Cutting the Videos Based on Start and End Time Using Ffmpeg
Fleeting- Référence externe : https://stackoverflow.com/questions/18444194/cutting-the-videos-based-on-start-and-end-time-using-ffmpeg
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