3

Possible Duplicate:
How to view video file with external ac3 audio track?

I have mkv and english.ac3 files. That mkv plays with the default audio stream which is not english. How do I load english.ac3 and play it with mkv at the same time?

Alex Malex
  • 2,692
  • 9
  • 28
  • 26

2 Answers2

9

You can Try the this:

  • Open VLC media Player
  • In the Menu > Media choose Open(Advanced)...

enter image description here

  • In the Open Media window, click in Show more options and Play another media synchronously (extra audio file,...)

enter image description here

  • In the "File Selection" field add your mkv file, and in the "Extra media" field browse and add your ac3 file.

enter image description here

  • Click and play, and finally go to Menu > Audio > Audio Track and choose The track eg:

enter image description here

Hope this will be helpful.

Regards.

Roman Raguet
  • 9,613
4

As I usually prefer the command line, and as I'm forgetting the answer myself, and as Google has pointed me to this question first -- let me copy this answer here :)

vlc videofile --input-slave audiofile 
ジョージ
  • 399
  • 6
  • 12