Log in

View Full Version : AC3-5.1 to AAC-5.1 with Nero-CLI


sam1974
24th November 2007, 10:14
Hi,

Does anybody knows the correct channel-mapping for Nero-CLI? (Version 1.1.34.2)

I cannot find out, what MeGUI uses, because MeGUI does not produce an AVS-File... and I would like to use NicAc3Source.

Would that be correct: GetChannel(a,2,3,1,6,4,5) ?

Thanks alot
sam1974

tebasuna51
24th November 2007, 10:32
Don't need any remap.

NicAc3Source decode ac3 to wav with the standard wav order (FL, FR, C, LFE, SL, SR) and NeroAacEnc accept uncompressed audio in the same standard wav order.

chros
24th November 2007, 11:03
Since megui audio conversion is based on BeHappy, and in BeHappy you can save the temp avs file, you can view the resulted avs ...

Here is my avs file, when I want to convert something. Of course you have to uncomment the needed rows ...


#DirectShowSource("audio.grf",video=false,audio=true)
#DirectShowSource("video.mkv",video=false,audio=true)

########################################
### [DRC: 0: none , 1: Normal]
#NicDtsSource("audio.dts", DRC=0)
#NicAC3Source("audio.ac3", DRC=0)


########################################
### [BeHappy: Delay Audio by -88 ms ]
#DelayAudio( -88.0/1000.0)
#DelayAudio( 5.0/1000.0)

sam1974
24th November 2007, 13:45
Thanks alot for the precise answers.