ffmpeg快速拼接多个视频

652 阅读1分钟

input文件

file '1.mp4'
file '2.mp4'

命令

ffmpeg -f concat -i input.txt -c copy total.mp4