View Single Post
Old 19th December 2013, 14:50   #3  |  Link
ect5150
Registered User
 
Join Date: Dec 2006
Posts: 39
Quote:
Originally Posted by tebasuna51 View Post
Try encode with Variable Bitrate (Q=0,5).
That worked. So the problem must be with the specific stream and NeroAacEnc itself?

This led me to run a command line 2-pass encode with a WAV file from the audio as well. I will report the 2-pass encode worked and allowed me to specificy the bitrate (384000 for what I wanted).
Code:
neroAacEnc.exe -ignorelength -2pass -br 384000 -if "ENGLISH.wav" -of "ENGLISH.mp4"
If anyone else ever has the problem, that is another potential solution for them.

Thanks so much for the help!
ect5150 is offline   Reply With Quote