weiter.
----
Um z.B. den 2. (deutschen) Audiostream aus einem mpeg2 zu nehmen (0. Stream ist der Videostream) und ein mp4 draus zu machen:
<code>
ffmpeg -i Fe... 19[0x20]: Subtitle: dvdsub
</code>
The first stream, #0.0, is the video stream. Stream #0.1 is the DTS-encoded sound track and #0.2 is i... 2050 -ab 96k -ac 1 mr.mp3
</code>
"-map input:stream" tells ffmpeg to process the given stream. As we'll see later on, ffmpeg can process input ... use − 0 for the first, 1 for the second etc. "stream" is the number of the stream within this file that we want to use, also zero-b