Blender Git Loki
Git Commits -> Revision 956cb4f
Revision 956cb4f by Sybren A. Stüvel (master) June 14, 2019, 11:37 (GMT) |
Fix T65803: MPEG4 unsupported timebase denominator - MPEG4/DivX has a maximum value of 65535 for the timebase denominator. - MPEG1 and 2 have a list of supported frame rate ratios. These use ratios like 24000/1001 and need those exact numbers. This fixes an issue introduced in c5b1e7cd4e86f9aff010fa84192d783b895ce6c7 where the correct ratio was passed to FFmpeg, but not with the identical numbers FFmpeg has in a lookup table. |
Commit Details:
Full Hash: 956cb4f403dd3a6ddb379202dc1f2770b9820073
Parent Commit: 31a99a3
Lines Changed: +11, -3
1 Modified Path:
/source/blender/blenkernel/intern/writeffmpeg.c (+11, -3) (Diff)