📌  相关文章
📜  ffmpeg 将两个视频加在一起 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:32.700000             🧑  作者: Mango

代码示例1
$ cat mylist.txt
file '/path/to/file1'
file '/path/to/file2'
file '/path/to/file3'
    
$ ffmpeg -f concat -safe 0 -i mylist.txt -c copy output.mp4