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
diff options
context:
space:
mode:
authorMartin Vignali <martin.vignali@gmail.com>2016-02-28 23:36:42 +0300
committerStefano Sabatini <stefasab@gmail.com>2016-03-15 19:44:13 +0300
commit69638517d15912f5411cb5ebd0513c31beed2798 (patch)
treee4e5a39e6091f81796ae9c2551e93882ce5a8126 /doc/muxers.texi
parent7eedad946c30e36b06e476f5686c4ccb7de6dd06 (diff)
lavf/segment: add increment_tc option
For example you can split a file, keeping a continuous timecode between each segment: ffmpeg -i src.mov -timecode 10:00:00:00 -vcodec copy -f segment \ -segment_time 2 -reset_timestamps 1 -increment_tc 1 target_%03d.mov Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
Diffstat (limited to 'doc/muxers.texi')
-rw-r--r--doc/muxers.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi
index ef7f333897..c36c72c67c 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -1045,6 +1045,12 @@ implementation for HLS segmentation.
The segment muxer supports the following options:
@table @option
+@item increment_tc @var{1|0}
+if set to @code{1}, increment timecode between each segment
+If this is selected, the input need to have
+a timecode in the first video stream. Default value is
+@code{0}.
+
@item reference_stream @var{specifier}
Set the reference stream, as specified by the string @var{specifier}.
If @var{specifier} is set to @code{auto}, the reference is chosen