Trim video without re-encoding

trimming

// shell

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