Ffmpeg split a video to two files (the first part contains 5min and the second the rest) of the same type: ffmpeg -i bigvideo.mp4 -t 00:05:00 -c copy bigvideo_part1.mp4 -ss 00:05:00 -c copy bigvideo_part2.mp4