Blender Git Loki
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