推荐:


建立一个文件xxx.txt  里面内容为:


file '1_live-16.ts'

file '1-17.ts'

………………


合并命令


ffmpeg.exe -f concat -safe 0 -i xxx.txt -c copy out.mp4



直接使用命令


通过“|”来分隔文件名


ffmpeg -i "concat:1-16.ts|2-17.ts|" -c copy output.mp4