ffmpeg -i video.mpg -vn -acodec copy audio.ac3. 加入第二音軌 ffmpeg -i video.mpg -i audio.mp3 -map 0:0 -map 0:1 -map 1:0 -codec copy ...
確定! 回上一頁