# faster loading ffmpeg -i input.mp4 -c copy -movflags faststart output.mp4 # trim ffmpeg -ss 00:01:00 -to 00:02:00 -i input.mp4 -c copy -movflags faststart output.mp4