[FFmpeg-devel] [PATCH]lavf/movenc: Allow to disable writing the timecode track

Carl Eugen Hoyos ceffmpeg at gmail.com
Mon Sep 26 09:56:26 EEST 2016


2016-09-25 21:47 GMT+02:00 Clément Bœsch <u at pkh.me>:

>> +    { "write_tmcd", "force or disable writing tmcd", offsetof(MOVMuxContext, write_tmcd), AV_OPT_TYPE_INT, {.i64 = -1}, -1, 1, AV_OPT_FLAG_ENCODING_PARAM},
>
> AV_OPT_TYPE_BOOL

Applied with that change.

[...]

> Didn't test nor looked in depth, but OK if it disable timecode in
> MP4 by default. Timecode is only (badly) "standardized" in MOV,
> so we shouldn't write such track in MP4.

Independent patch sent, this changes (requested) behaviour.

Thank you, Carl Eugen


More information about the ffmpeg-devel mailing list