Log in

View Full Version : Question about NeroAACEnc


cakuhnen
30th December 2006, 18:17
I want to know if can i feed a 5.1 WAV to NeroAACEnc without split the channels and if VBR 1.0 i get the best qualilty transcodind.
I did but dont have finished it but if i feed the NeroAACEnc with a wave 5.1 it encode AAC 5.1 with correct channel mapping?

tebasuna51
31st December 2006, 01:36
Of course (the wav must have the standard order FL,FR,C,LFE,SL,SR), the syntax is (with apropriate path's if necessary):

neroaacenc -q 1.0 [-ignorelength] -if 6chan.wav -of output.mp4

-ignorelength is only necessary if 6chan.wav is >4GB (for 48 KHz, 16 bit, more than 2:04:16.540)

And yes -q can vary between 0.1 and 1.0 (best quality)

cakuhnen
31st December 2006, 02:52
Thank you tebasuna51 :)