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:1etc, but there has to be a way to tell ffmpeg to keep all streams in the original order?
Thank you.
| |||
|
feedback
|
|
From FFmpeg doc
| |||||
feedback
|