ffmpeg -i input.mp4 -c copy -f segment -segment_time 600 segment-%03d.mp4

Category: Media & Conversion

ffmpeg -i input.mp4 -c copy -f segment -segment_time 600 segment-%03d.mp4

Split video into 10-minute segments

Splits the video into 10-minute (600-second) chunks named segment-001.mp4, segment-002.mp4 and so on, using the segment muxer with -c copy for speed. Great for breaking long recordings into manageable pieces.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.