ffmpeg 影片 加入(合併) 音频(聲音) [ffmpeg video audio add map merge]
資料來源: https://www.coder.work/article/3458084
GITHUB: https://github.com/jash-git/ffmpeg-video-audio-add-map-merge
BAT:
ffmpeg -i 01.mp4 -i 01.mp3 -map 0:v -map 1:a -c:v copy -shortest output01.mp4 ffmpeg -i 01.mp4 -i 01.mp3 -map 0 -map 1:a -c:v copy -shortest output02.mp4 pause
輸入:
Your browser does not support the audio element.
Your browser does not support the HTML5 video tag.
結果:
Your browser does not support the HTML5 video tag.
教學內容: