View Single Post
Old 18th September 2017, 13:21   #4  |  Link
tebasuna51
Moderator
 
tebasuna51's Avatar
 
Join Date: Feb 2005
Location: Spain
Posts: 6,890
You can use eac3to to extract the AAC from MKV, if there are any initial delay is compensated by eac3to adding silent audio frames.
Even with Nero 7 + plugins instaled you can decode the AAC track, compensate delay, downmix to DPL II and recode to AAC with qaac with a unique command line like (if AAC 5.1 is track 2 for instance):

eac3to input.mkv 2: stdout.wav -downDpl | qaac -v 80 --he --adts --no-delay -o output.aac -

You can use also BeHappy (AviSynth needed)

I think than LameXP don't support downmix to Dolby ProLogic II, only plain stereo.
__________________
BeHappy, AviSynth audio transcoder.
tebasuna51 is offline   Reply With Quote