Hello Everyone,
I have an MKV file that shows "audio format not supported" when I try and play it in my DVD player. I have found out that the audio file is E-AC3 2 channel. Is there a quick and easy way to convert the audio file to a playable format?
Thanks in advance.
+ Reply to Thread
Results 1 to 11 of 11
-
-
Popcorn MKV Audio Convertor https://www.videohelp.com/software/PopCorn-MKV-AudioConverter
SONY 75" Full array 200Hz LED TV, Yamaha A1070 amp, Zidoo UHD3000, BeyonWiz PVR V2 (Enigma2 clone), Chromecast, Windows 11 Professional, QNAP NAS TS851 -
I don't think PopCorn is going to work for you in this case; it doesn't appear to support converting AC3. I get this error every time:
Audio Track #1 of codec A_AC3 is not of a codec type that can be converted by AudioConverter
I use eac3to pretty much exclusively, most often to convert/downmix multi-channel AC3 tracks to stereo AAC:
Code:eac3to.exe "C:\Path\to\AC3Audio.ac3" "C:\Output\Path\for\ExportedAudio.m4a" -downStereo -normalize -quality=X
But if the AC3 track was already 2-channel (like yours), I'd just remove the "-downStereo" switch for:
Code:eac3to.exe "C:\Path\to\AC3Audio.ac3" "C:\Output\Path\for\ExportedAudio.m4a" -normalize -quality=X
Since I'm assuming you want to remux back into an MKV, all you have to do after conversion is launch MKVToolNix GUI, select all the tracks you extracted (swapping the original audio track with your newly converted one), selecting your output directory, and hitting "Mux." And this muxing process only takes a minute or so.
On my slightly-aging computer, eac3to can chew through a 5.1 channel AC3 and convert it to 2-channel AAC in about 4 minutes. So from extracting, to converting, then finally back to remuxing, you're looking at about 10 minutes of effort.
If you'd like more detailed instructions, I'd be happy to provide them. -
ffmpeg (CLI)
Code:ffmpeg -i "MKV_EAC3.MKV" -c:v copy -c:a AC3 "MKV_AC3.MKV"
-
It can also be done with the package eac3to 3.34 with UsEac3to GUI 1.2.9 Portable
All Roads Lead to Rome責任者-MDX -
SONY 75" Full array 200Hz LED TV, Yamaha A1070 amp, Zidoo UHD3000, BeyonWiz PVR V2 (Enigma2 clone), Chromecast, Windows 11 Professional, QNAP NAS TS851
-
Just to make it clearer - you can change E-AC3 to a more compatible format using Popcorn Audio Converter the location of the page to do so is under FILE and select Simple Audio Convertor, ticking the box E-AC3
SONY 75" Full array 200Hz LED TV, Yamaha A1070 amp, Zidoo UHD3000, BeyonWiz PVR V2 (Enigma2 clone), Chromecast, Windows 11 Professional, QNAP NAS TS851 -
Thanks for your advice. I used Pazera Free Audio Extractor to extract and convert the audio to AAC and the remixed with MKVToolnix GUI. The whole process took less than 10 minutes.
Popcorn Audio Converter didn't work for me. -
SONY 75" Full array 200Hz LED TV, Yamaha A1070 amp, Zidoo UHD3000, BeyonWiz PVR V2 (Enigma2 clone), Chromecast, Windows 11 Professional, QNAP NAS TS851
Similar Threads
-
change mkv that is h.265 to mp4
By thanosazlin in forum Video ConversionReplies: 10Last Post: 3rd Jan 2017, 13:13 -
Direct Stream Video - But Keep Audio Codec & Change Bitrate in an MKV file
By TheRandomOne in forum Video ConversionReplies: 1Last Post: 4th Jan 2016, 22:00 -
How to edit MKV data without remuxing (change default audio, rename lang)
By spycam in forum Newbie / General discussionsReplies: 10Last Post: 28th Jul 2015, 04:54 -
Change resolution of mp4 or mkv?
By iamloco724 in forum Video ConversionReplies: 4Last Post: 29th Mar 2014, 12:50 -
MKV/H.264: AR Change + Audio & Subs Mux
By Tormanoid in forum Video ConversionReplies: 1Last Post: 14th Nov 2013, 14:46