Cut video file with ffmpeg

ffmpeg -i input.mp4 -ss 00:00:00 -t 00:06:00 -c copy output.mp4

(ss = start t = length)

and then use

concatenate

to paste small videos together