Hello, in attach a patch, who add an option to increment timecode using segment.
To test : 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 the second file have timecode 10:00:02:00 (after the patch) instead of 10:00:00:00 (before the patch) This patch is useful for two kind of uses : - splitting a file, but keeping timecode of each part - have a continuous timecode when recording a stream using segment. Comments welcome. Martin
0001-add-increment-timecode-option-using-segment.patch
Description: Binary data
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel