diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2016-09-26 08:50:48 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2016-09-26 08:50:48 +0200 |
commit | 46aae846165c35e6d184087542dd3e610fa36506 (patch) | |
tree | cc1291a3b67312ed0ccd204d10eef6d7a701a51b /doc/muxers.texi | |
parent | fb37da37ac1e17f643269ea5bad5bee7e79dcb3a (diff) | |
download | ffmpeg-46aae846165c35e6d184087542dd3e610fa36506.tar.gz |
lavf/movenc: Allow to disable writing the timecode track.
Fixes ticket #5492.
Diffstat (limited to 'doc/muxers.texi')
-rw-r--r-- | doc/muxers.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi index 27eb9a0f69..c8a056fa4d 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -884,6 +884,9 @@ the new default-base-is-moof flag instead. This flag is new from 14496-12:2012. This may make the fragments easier to parse in certain circumstances (avoiding basing track fragment location calculations on the implicit end of the previous track fragment). +@item -write_tmcd +Specify @code{on} to force writing a timecode track, @code{off} to disable it +and @code{auto} to write a timecode track only for mov and mp4 output (default). @end table @subsection Example |