ffmpeg -ss [start] -i in.mp4 --to [end] -c copy out.mp4
- -ss specifies the start time, e. g. 00:01:10.000 or 70 (in seconds)
- -to specifies the end time, e. g. 00:02:10.000 or 130 (in seconds)
Yet Another Blog
ffmpeg -ss [start] -i in.mp4 --to [end] -c copy out.mp4