ffmpegで複数の.mp4ファイルを結合する

$ ffmpeg -f concat -safe 0 -i merge.txt -c copy out.mp4 

merge.txt

file intro.mp4
file 1.mp4
file 2.mp4
file 3.mp4