View Single Post
Old 4th October 2009, 03:09   #211  |  Link
tebasuna51
Moderator
 
tebasuna51's Avatar
 
Join Date: Feb 2005
Location: Spain
Posts: 6,915
Please forget old and discontinued programs like BeSweet, AacDECdrop or TranzGUI.
Also forget the internal channel order in compressed formats.

An AAC decoder, like FAAD2v2.7, output uncompressed WAV files with the correct mapping (FL FR FC LFE SL SR)
An AC3 encoder like Aften (used by WAV to AC3 Encode) need a correct (FL FR FC LFE SL SR) uncompressed WAV file like input.
You don't need know the internal AAC or AC3 channel order.

To recode AAC to AC3 you can use several methods:
1) Command line.
You need a decoder like FAAD2v2.7 and a encoder like Aften with this command:

Faad -w input.aac | Aften -readtoeof 1 - output.ac3

2) Foobar2000.
You need define Aften like external encoder and after load the aac and right clik -> Convert

3) AviSynth methods (SoundOut, Wavi, MeGUI, BeHappy).
You need the Bass libraries to decode and Aften to encode
__________________
BeHappy, AviSynth audio transcoder.
tebasuna51 is offline   Reply With Quote