From 69638517d15912f5411cb5ebd0513c31beed2798 Mon Sep 17 00:00:00 2001 From: Martin Vignali Date: Sun, 28 Feb 2016 21:36:42 +0100 Subject: 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 --- doc/muxers.texi | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc') 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 -- cgit v1.2.3