View Single Post
Old 10th January 2020, 04:30   #5  |  Link
poisondeathray
Registered User
 
Join Date: Sep 2007
Posts: 5,377
Quote:
Originally Posted by mbcd View Post

Today (actual command):

--> ffmpeg.exe -i "a:\video.mkv" -i "a:\audio1.wav" -i "a:\audio2.wav" -map 0 -map 1 -map 2? "a:\testmux.mkv"
--> a:\audio2.wav: No such file or directory

You can't use a question mark "?" for "-map2?"

Must be a typo

you had it right the first time for map
-map 0:0 -map 1:0 -map 2:0
poisondeathray is offline   Reply With Quote