JavaCV v0.5 Release Notes

Release Date: 2013-04-07 // about 11 years ago
    • Upgraded support to OpenCV 2.4.5
    • Upgraded supported FFmpeg API to the 1.2 release branch
    • New methods FFmpegFrameRecorder.setVideoOption() and setAudioOption() generalize the way to set arbitrary codec options, such as "profile", "preset", "tune", etc. used by the x264 codec
    • Included better format guessing inside FFmpegFrameRecorder for protocols like RTP
    • Added support for planar audio formats to FFmpegFrameGrabber and FFmpegFrameRecorder, as required by newer versions of FFmpeg for at least MP3 and AAC
    • Enhanced FFmpegFrameRecorder by making it use the closest supported frame rate for the given codec instead of failing
    • To support variable bitrate (VBR) encoding, appended new videoQuality and audioQuality properties to FFmpegFrameRecorder, which usually have an effective range of [0, 51] and overrides the videoBitrate and audioBitrate properties