Hiya guys, I have never had issue with my Denon AVRX2200W playing different formats, but run into a movie with Dolby Digital Plus (EAC3) and whilst it's playing the audio, there's no center speaker. Not sure if my amp doesn't support it, but how can I convert EAC3 to AC3? I was hoping it was something Avidemux or something could do? I don't want to change quality or anything, just convert. Step by step would be amazing.
+ Reply to Thread
Results 1 to 10 of 10
-
-
At first you can try online (real time/live) E-AC3 to AC3 conversion - AFAIR ffdshow and dedicated http://www.ac3filter.net/wiki/AC3Filter offer such feature - sadly seem both are bit outdated.
-
If you are playing from your PC or another player that convert the audio during playback I prefer something as pandy suggested.
Otherwise:
ffmpeg -i "INPUT" -map 0 -c:v copy -c:a ac3 -c:s copy "OUTPUT"
In AviDemux it should be as simple as opening the file, setting video to "copy" and audio to "ac3 (lav)", then saving (ac3 usually in mkv container). -
With eac3to can also use your gui UsEac3to
[Attachment 46095 - Click to enlarge]責任者-MDX -
Is it possible to convert only one specific EAC3 track without overwriting the existing ones? And how can I avoid that FFMPEG adds global tags, tags and a V_MJPEG track?!
Before:
[Attachment 51047 - Click to enlarge]
After (with @sneaker 's code):
[Attachment 51048 - Click to enlarge] -
Code:
ffmpeg -i "INPUT" -map 0 -c:v copy -c:a:0 ac3 -c:a:1 copy -c:a:2 copy -c:s copy "OUTPUT"
-
@dfisher052
avidemux does not open all my MKV files and it removes the chapters!
And finally it takes a long time to open a file. Only for converting UsEac3to is much faster (if it works), but the most comfortable app (if it works) is Popcorn MKV AudioConvert because of its ability to batch convert a complete folder.
Similar Threads
-
Help automating demux, transcode, & remux of eac3 audio stream
By Pando in forum Newbie / General discussionsReplies: 3Last Post: 11th Jul 2019, 21:21 -
folder batch convert eac3 to .m4a @128
By skylinekiller in forum AudioReplies: 12Last Post: 13th Jun 2018, 14:24 -
mkv EAC3 conversion question
By tpapictures in forum AudioReplies: 2Last Post: 27th Nov 2017, 20:42 -
EAC3 in MPC-BE doesn't bitstream
By kungfujoe in forum Software PlayingReplies: 5Last Post: 11th Oct 2017, 09:27 -
Capture DD+/EAC3 5.1 with video HDMI
By simpz2 in forum Capturing and VCRReplies: 5Last Post: 18th Oct 2016, 12:18