[FFmpeg-user] Quicktime - Specify a Movie Header timescale of 24000

Mark Burton mwjburton at gmail.com
Tue Mar 13 10:45:59 EET 2018



> On 8 Mar 2018, at 23:37, Mark Burton <mwjburton at gmail.com> wrote:
> 
> On 8 Mar 2018, at 22:29, Carl Eugen Hoyos <ceffmpeg at gmail.com <mailto:ceffmpeg at gmail.com>> wrote:
>> One possibility is that you run "git diff libavformat/movenc.h" to verify you
>> have only changed this one value (this assumes you have originally done
>> "git clone" and not "curl..."), then run "git commit libavformat/movenc.h" to
>> start the commit line editor, type "i" (I believe this will be necessary to get
>> into insert mode) and "lavf/movenc: Change MOV_TIMESCALE
>> to 600" followed by two (!) carriage returns and an explanation why this is
>> a good idea (because seeking works better in some other software), then
>> exit the editor (it's "ESC" ":wq" here) and get back to the shell. There, run
>> "git format-patch HEAD^" to get a file 0001-lavf-movenc... that you send
>> as attachment to the ffmpeg-devel mailing list and "git reset HEAD^" to
>> clean your local checkout.
> 
> Fantastic. I’ve just submitted the patch to the developer list. Will do my best to answer the questions that come my way!

Was the resubmit correct?


More information about the ffmpeg-user mailing list