Log in

View Full Version : command-line frontend for Nero 6/7 AAC+ v2 encoder


dimzon
18th November 2005, 18:37
get it here (http://www.mytempdir.com/350037)
********************************************************************
* AACPlus v2 Encoder (using Nero 6/7 dll's)
* Source timestamp Fri Nov 18 20:25:05 2005
* Build Nov 18 2005, 20:29:14
********************************************************************
* NOTE! aac.dll, aacenc32.dll and NeroIPP.dll must be into executable directory
* get it from Nero6 or Nero7 plugins directory
********************************************************************
Usage:
n7aac.EXE <wav_file> <bitstream_file> [options]
Options:
--cbr <bitrate> - Set bitrate (CBR) to <bitrate> kbps
--vbr <mode> - integer between 3-7, default is 4
3 - tape
4 - radio
5 - internet
6 - streaming
7 - normal
8 - extreme
9 - audiophile
10- transcode
--he - Force HE profile
--lc - Force LC profile
--lowq - Force low quality mode
--mono - Force mono mode
--aac - Force AAC output
--pns - Turn PNS on
--hint - Create Hint Track on on
--no-progress - Disable progress display
--rawpcm <rate> <cnt> <bp> - Signal RAW PCM input intead of WAV
<rate> - Samplerate in Hz (32000, 44100 or 48000)
<cnt> - Channels count (1 or 2)
<bp> - Bit's per sample (8 or 16)
Example:
n7aac.EXE input.wav out.m4a --cbr 56
n7aac.EXE input.wav out.aac --cbr 48 --aac
n7aac.EXE input.raw out.m4a --rawpcm 44100 2 16
n7aac.EXE input.wav out.m4a --vbr 5 --lc

WARNING: this encoder can read and encode data from stdin:
use - as input filename
Example:
n7aac.EXE - out.m4a --cbr 56
n7aac.EXE - out.aac --cbr 48 --aac
n7aac.EXE - out.m4a --rawpcm 44100 2 16
n7aac.EXE - out.m4a --vbr 5 --lc

buzzqw
18th November 2005, 19:57
isn't possible to encode in 5+1ch

would be possible with a future upgrade ?

:thanks: (i like this tool !)

BHH

dimzon
21st November 2005, 11:26
isn't possible to encode in 5+1ch

would be possible with a future upgrade ?

:thanks: (i like this tool !)

BHH

Does you really need it? You can still use my BeSweet plugin for 6ch encoding. Main goal of this frontend is stdin support (for use in foobar2000 transcoding) otherwise BeSweet is better choice.

bond
21st November 2005, 13:53
btw strictly speaking "high efficiency" is not a profile! its not even a level! what makes he is a feature called "sbr". you can use sbr on any aac profile you want. eg you can also combine sbr with the ltp profile (which is not compatible with lc)
it would be better to call the option "-sbr"

(also afaik lc is also not a profile, but a specific level of the aac main profile)