GNOME Bugzilla – Bug 777832
qtmux: Timecode track fixes for STSD entry
Last modified: 2017-01-27 15:25:52 UTC
The n_frames field (frames per second) should follow the nominal frame rate for drop-frame timecodes. Also, the trak's timescale (and duration, accordingly) should follow the STSD entry's timescale and frame duration (fps_n and fps_d accordingly), not the other way around.
Created attachment 344419 [details] [review] 0001-qtmux-Timecode-track-fixes-for-STSD-entry.patch
commit af47e93b97a3d33e6a6da6a2651269567cf8701d Author: Vivia Nikolaidou <vivia@toolsonair.com> Date: Fri Jan 27 16:14:16 2017 +0200 qtmux: Timecode track fixes for STSD entry The n_frames field (frames per second) should follow the nominal frame rate for drop-frame timecodes. Also, the trak's timescale (and duration, accordingly) should follow the STSD entry's timescale and frame duration (fps_n and fps_d accordingly), not the other way around. https://bugzilla.gnome.org/show_bug.cgi?id=777832