Hey Universales, how are you?
I'm trying to run the follow command,
ffmpeg -y -i "left.avi" -i "right.avi" -vcodec copy -acodec adpcm_ima_wav -ac 2 -vcodec copy -map 0:0 -map 0:1 -map 1:0 "VID_0001.AVI"
and I got a error message "Stream map '0:1' matches no streams", =( .... how did you run...