Answer the question
In order to leave comments, you need to log in
How to properly cut and join ffmpeg video?
There is a 10 second video.
sharing video
echo Y | ffmpeg -ss 00:00:00 -to 00:00:05 -i original_video.mp4 -c copy cut_0.mp4
echo Y | ffmpeg -ss 00:00:06 -to 00:00:10 -i original_video.mp4 -c copy cut_1.mp4
echo Y | ffmpeg -f concat -i join_video_filelist.txt -c copy join_video.mp4
file 'cut_0.mp4'
file 'cut_1.mp4'
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question