Hello,

I'm trying to split MP4-file into several equal-parts files.
This is an example of the command I'm using:

ffmpeg -i inputFile.mp4 -c copy -map 0 -f segment -segment_time 100 outputFile.mp4

It produces several small MP4-files with duration of 100 seconds.

However, at the start of each small file (except first) there's a couple of seconds with black frames.

I tried adding options:

-reset_timestamps 1
-break_non_keyframes 1

but it didn't help.

How can I bypass this behavior ?

Thanks in advance,
Mikhail Pavlov
_______________________________________________
ffmpeg-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to