1
i am converting a bunch of avi videos to mkv, using simply ffmpeg -i "foo.avi" "foo.mkv"
. Now i have the problem, that in my output-mkv-file exists one video stream (fine) but only the first audio stream from my original file. I figured to map every stream manually with -map 0:1
etc, but there has to be a way to tell ffmpeg to keep all streams in the original order?
Thank you.
Is this a fairly new feature ? When I try it on Ubuntu 11.10, I get the following message: "Number of stream maps must match number of output streams" – gabkdlly – 2012-01-27T13:42:21.970
First commit was 2011-10-20 http://git.videolan.org/?p=ffmpeg.git%3Bf=doc/ffmpeg.texi%3Bhb=d049257
– Steven Penny – 2012-01-28T04:09:14.197