VideoHelp Forum




+ Reply to Thread
Results 1 to 4 of 4
  1. Member
    Join Date
    May 2013
    Location
    Pune India Asia
    Search PM
    Hi,

    I have a couple of AC3 file songs which i would like hear on my Blu ray player. Now Blu ray player does not reads ac3 files as they are encoded.

    I would like to know how to convert ac3 files to MKV without loosing audio quality and retaining 5.1 channel streams audio.
    Quote Quote  
  2. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    And your player supports mkv?

    You could try use mkvtoolnixgui, add the ac3 file(right click and add file) and make a .mka(start muxing) and see if it plays on your blu-ray player.

    You could also try use tsmuxergui, add the ac3 file and output a ts or m2ts and try play it in your player.

    Because a blu-ray player should support ac3 audio. Maybe not as a single ac3 file.
    Quote Quote  
  3. Member
    Join Date
    Apr 2008
    Location
    United Kingdom
    Search Comp PM
    How about trying AudioMuxer.
    Quote Quote  
  4. Code:
    @setlocal
    @if not exist %cd%\mkv (mkdir %cd%\mkv)
    @for %%1 in (*.*) do (ffmpeg.exe -y -i "%%1" -c copy -f matroska "%cd%\mkv\%%~n1.mkv")
    @pause
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!