Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2016-09-26 09:50:48 +0300
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2016-09-26 09:50:48 +0300
commit46aae846165c35e6d184087542dd3e610fa36506 (patch)
treecc1291a3b67312ed0ccd204d10eef6d7a701a51b /doc
parentfb37da37ac1e17f643269ea5bad5bee7e79dcb3a (diff)
lavf/movenc: Allow to disable writing the timecode track.
Fixes ticket #5492.
Diffstat (limited to 'doc')
-rw-r--r--doc/muxers.texi3
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