JavaCV v1.4.1 Release Notes

Release Date: 2018-03-29 // about 6 years ago
    • Improve seeking and frame number estimates in FFmpegFrameGrabber (pull #908)
    • Add maxBFrames, trellis, and maxDelay properties to FFmpegFrameRecorder (pull #939)
    • Introduce FFmpegFrameGrabber.maxDelay property (pull #938)
    • Upgrade dependencies for OpenCV 3.4.1, FFmpeg 3.4.2
    • Allow enabling streams with RealSenseFrameGrabber.setFormat() for compatibility (pull #922)
    • Process audio frames after FFmpegFrameGrabber.setTimestamp() to avoid corrupted images (issue #896)
    • Fix FFmpegFrameRecorder not flushing all audio samples properly (pull #886)
    • Give access to pixel format, etc for images returned by FFmpegFrameFilter.pull() (issue #887)