ffmpeg で動画を連結する

単純に複数の動画をくっつける

ffmpeg -i m1.mp4 -i m2.mp4 -i m3.mp4 -i m4.mp4 -strict -2 -filter_complex 'concat=n=4:v=1' concat.mp4