Konubinix' opinionated web of thoughts

Cutting the Videos Based on Start and End Time Using Ffmpeg

Fleeting

linux - Cutting the videos based on start and end time using ffmpeg - Stack Overflow

ffmpeg -ss 00:01:00 -i input.mp4 -to 00:02:00 -c copy output.mp4

https://stackoverflow.com/questions/18444194/cutting-the-videos-based-on-start-and-end-time-using-ffmpeg