Blender Git Commit Log

Git Commits -> Revision 14308b0

June 30, 2021, 07:33 (GMT)
Make encoded video fps correct with ffmpeg < 4.4

Before the FFmpeg commit: github.com/FFmpeg/FFmpeg/commit/1c0885334dda9ee8652e60c586fa2e3674056586
FFmpeg would use deprecated variables to calculate the video fps.

We don't use these deprecated variables anymore, so ensure that the
duration is correct in ffmpeg versions without this fix.

Reviewed By: Sergey, Richard Antalik

Differential Revision: https://developer.blender.org/D11417

Commit Details:

Full Hash: 14308b0a5ef019c0997034ee4a4953c55fa1ca06
Parent Commit: fe4cbe6
Committed By: Jeroen Bakker
Lines Changed: +63, -5

3 Modified Paths:

/intern/ffmpeg/ffmpeg_compat.h (+49, -0) (Diff)
/source/blender/blenkernel/intern/writeffmpeg.c (+11, -5) (Diff)
/source/blender/imbuf/intern/indexer.c (+3, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021