the command: ffmpeg -i input.mp4 -ss 00:01:00 -to 00:02:00 -c copy clip.mp4 will instantly cut a one-minute clip. I like that ...