Answer the question
In order to leave comments, you need to log in
How to split a video file into several equal ones in FF MPEG?
There is a video of 1 minute, you need to break it into videos of 11 seconds.
Answer the question
In order to leave comments, you need to log in
I found this way but it doesn't work(
ffmpeg -i video.mp4 -c copy -map 0 -segment_time 15 -reset_timestamps 1 -f segment output_%05d.mp4
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question