把多个MP4文件连接起来的方法与音频文件不太一样,比较有效的方法是:

$ cat mylist.txt
file '/path/to/file1'
file '/path/to/file2'
file '/path/to/file3'

$ ffmpeg -f concat -i mylist.txt -c copy output

  

posted on 2019-06-25 02:51  liuyihua1992  阅读(2161)  评论(0编辑  收藏  举报