Martin Vignali 69638517d1 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>
2016-03-15 17:44:13 +01:00
..
2016-03-11 11:19:10 -05:00
2014-07-20 02:01:50 +02:00
2015-12-09 20:09:33 -05:00
2015-10-08 23:11:32 +02:00
2014-05-28 03:52:50 +02:00
2016-01-29 17:14:37 -08:00
2014-12-01 00:31:06 +01:00
2015-02-02 05:04:14 +01:00