FFMPEG split video to equal segments


1
ffmpeg -i input.mp4 -c copy -map 0 -segment_time 00:20:00 -f segment output%03d.mp4

source: stackexchange