Winamp AAC CLI by tebasuna51 at doom9.org
http://www.codeplex.com/aacPlusCLI
Project Description aacPlusCLI is command-line frontend for Coding Technologies aacPlus encoder enc_aacPlus.dll from WinAmp
********************************************************************
AACPlus v2 Encoder (using Winamp 5.33/5.34 enc_aacplus.dll and nscrt.dll)
Coding Technologies encoder 8.0.3 Build Jan 21 2008, 12:04:02
********************************************************************
Usage: encaacplus <wavfile> <bitstream_file> options
Options:
--br - Set bitrate (CBR) to <bitrate> bps. Default is 128000
--ps - Enable Parametric Stereo (bitrates up to 560000)
--is - Independed Stereo, disables Joint Stereo M/S coding
--mono - Encode as Mono --he - Encode as HE-AAC (bitrate up to 128000)
--lc - Encode as LC-AAC (bitrate up to 320000)
--high - Encode as HE-AAC with High Bitrates (bitrates up to 256000, multichannel is not supported)
--speech - Tune for Speech --pns - Enable Perceptual Noise Subsitution (PNS)
--mp4mux - Output MPEG4 ISO compilant file .mp4 instead raw .aac (mp4mux.exe must be in same directory)
--mp4box - Output MPEG4 ISO compilant file .mp4 instead raw .aac (mp4box.exe must be in same directory)
--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)
WARNING: this encoder can read and encode data from stdin:
use - as input filename
Last edited Feb 5 at 3:37 AM by tebasuna51, version 2