Page 1 of 1
alternative audio for video
Posted: 20 Feb 2012 09:49
by hwtan
At the moment, some videos of .avi comes with a .mpa audio file which provides an alternative audio for a video. Normally, such a file is in another language. At the moment VLC Mplayer is unable to utilize this file. It will be great if VLC Mplayer can use this file too.
Re: alternative audio for video
Posted: 20 Feb 2012 12:46
by Jean-Baptiste Kempf
It can, use advanced open to open an extra track.
Re: alternative audio for video
Posted: 20 Feb 2012 17:58
by VLC_help
Or if you use command-line, then
Code: Select all
--input-slave=<string> Input slave (experimental)
This allows you to play from several inputs at the same time. This
feature is experimental, not all formats are supported. Use a '#'
separated list of inputs.
Re: alternative audio for video
Posted: 21 Feb 2012 06:56
by hwtan
I tried it, it does not work as expected. The two tracks now mixed together. The original track is not disabled. Since the two tracks are in two different languages, it is not acceptable.