把多个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 相关文章: 2022-12-23 2021-10-03 2021-09-08 2022-02-15 2022-12-23 2022-12-23