合并
ffmpeg -i "concat:input1.mpg|input2.mpg|input3.mpg" -c copy output.mpg
格式转换
ffmpeg -i "1.ts" -c copy "2.mp4"