[FFmpeg-user] mkv conversion

Leo Izen leo.izen at gmail.com
Mon Mar 21 20:20:34 CET 2011


On Mon, Mar 21, 2011 at 3:14 PM, Vladimir <vl0001 at yahoo.com> wrote:

> What is the best way to convert mkv file with 2 audio streams (eng and
> french) to avi file with both languages?
>
> Thanks in advance for the command line example.
>
>
>
ffmpeg -i video.mkv <video options> <audio options> -scodec copy -f avi
video.avi -scodec copy -newsubtitle


>
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>


More information about the ffmpeg-user mailing list