使用ffmpeg將多個影像檔串成一個影像檔先準備清單檔 list.txt file1.mp4 file2.mp4 使用ffmpeg concat ffmpeg -f concat -safe 0 -i list.txt -c copy ...
確定! 回上一頁