ffmpeg -i input.mp4 -i input.mp3 -c copy -map 0:v:0 -map 1:a:0 output.mp4. the -c copy avoid re-encoding the streams; the first -map defines ...
確定! 回上一頁