lavf/segment: add increment_tc option

Multimedia / FFmpeg - Martin Vignali [gmail.com] - 15 March 2016 11:44 UTC

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

6963851 lavf/segment: add increment_tc option
doc/muxers.texi | 6 ++++++
libavformat/segment.c | 32 ++++++++++++++++++++++++++++++++
libavformat/version.h | 2 +-
3 files changed, 39 insertions(+), 1 deletion(-)

  • Share