Hi,
I'm currently trying to add support for AAC/M4A to this tool, and I ran into some trouble.
The tool is properly encoding, but not at the expected bitrate.
Thanks to ProcessMonitor, I noticed that the encoder was called with the default parameters. So I gave a try calling manually CoreConverter in order to take a look at what's really happening with these parameters. However, it still doesn't work, and I'm wondering if it's not coming from dBpoweramp.
Here's the call to CoreConverter :
And here's the call that CoreConverter makes to neroAacEnc.exe :
Am I being misled or does the CoreConverter loose the parameter list ?
As a side note, everything's working fine while I'm using the dB's Batch Converter.
Here's the call that CoreConverter makes to neroAacEnc.exe while using the Batch Converter :
Thanks for your help.
I'm currently trying to add support for AAC/M4A to this tool, and I ran into some trouble.
The tool is properly encoding, but not at the expected bitrate.
Thanks to ProcessMonitor, I noticed that the encoder was called with the default parameters. So I gave a try calling manually CoreConverter in order to take a look at what's really happening with these parameters. However, it still doesn't work, and I'm wondering if it's not coming from dBpoweramp.
Here's the call to CoreConverter :
Code:
"C:\Program Files (x86)\Illustrate\dBpoweramp\coreconverter.exe" -infile="G:\dBpoweramp\Test\Joyless - Unlimited Hate\01 - Inherent Emptiness.flac" -outfile="G:\dBpoweramp\Test\Joyless - Unlimited Hate [AAC]\01 - Inherent Emptiness.m4a" -convert_to="m4a Nero (AAC)" -cbr 320000 -ignorelength
Code:
"C:\Program Files (x86)\Illustrate\dBpoweramp\encoder\m4a Nero (AAC)\neroAacEnc.exe" -q .45 -ignorelength -if - -of "G:\DBPOWE~1\Test\JOYLES~2\01-INH~1.M4A"
As a side note, everything's working fine while I'm using the dB's Batch Converter.
Here's the call that CoreConverter makes to neroAacEnc.exe while using the Batch Converter :
Code:
"C:\Program Files (x86)\Illustrate\dBpoweramp\encoder\m4a Nero (AAC)\neroAacEnc.exe" -cbr 320000 -ignorelength -if - -of "G:\DBPOWE~1\Test\JOYLES~2\01-INH~1.M4A"
Comment