Translating Translating...

How to convert avi file with two audio streams using FFMPEG?

How can I convert Avi file which has two audio streams?
I would like to copy the video, while converting the second audio stream to mp3 (and discarding the first audio stream).
I understand I should use something like
ffmpeg -i filein.avi -vcodec copy -acodec libmp3lame -ar 48000 -ab 112kb fileout.avi
but I’m not sure how to specify the rest of the parameters.

Technorati Tags: audio, audio streams, AVI, Convert, FFMPEG, file, Stream, streams, using, vcodec, Video

5 Responses to “How to convert avi file with two audio streams using FFMPEG?”

Leave a Reply