Loading ac3 files in VLC player

24,507

Solution 1

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.

Solution 2

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 
Share:
24,507

Related videos on Youtube

Alex Malex
Author by

Alex Malex

Updated on September 18, 2022

Comments

  • Alex Malex
    Alex Malex almost 2 years

    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?