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.
+ Reply to Thread
Results 1 to 4 of 4
-
-
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. -
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
Similar Threads
-
MKV/DTS files to MKV/AC3 & AAC
By ktklein72 in forum AudioReplies: 0Last Post: 15th Feb 2013, 11:43 -
MKV guide, Play MKV, MKV to AVI, MKV to DVD, MKV to MP4, MKV to Blu-ray
By Baldrick in forum Newbie / General discussionsReplies: 55Last Post: 29th Jun 2012, 11:19 -
Demux MKV/h.264/AC3-5.1 to MP4/h.264/AC3-5.1 (using MP4tools / mkvextract)
By xnu in forum Video ConversionReplies: 2Last Post: 17th Jun 2012, 06:42 -
mkv-dts to mkv-ac3 5.1
By nicknack74 in forum AudioReplies: 13Last Post: 24th Jul 2011, 12:59 -
Help a Newb streamline things a bit. MKV AAC to MKV AC3.
By akinakin in forum Newbie / General discussionsReplies: 2Last Post: 20th Apr 2011, 03:07