Hello, In attach, a first draft, for a patch in order to have a correct timecode when segment files (before this patch, the timecode is reset for each segment).
This is not a ready to apply patch. One problem, is to get the real rate of the file, in order to correctly increment timecode (i set 25 fps in this temp patch). One way to test it : ffmpeg -i src.mov -timecode 10:00:00:00 -vcodec copy -f segment -segment_time 2 -reset_timestamps 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) Comments welcome. Martin
0001-First-draft-preserve-timecode-value-with-segment-for.patch
Description: Binary data
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel