PsyTEL AACenc Guide: Difference between revisions
(Categories) |
(→Encoding from Wav to AAC using Psytel AACenc: rjamorim / rarewares [Psytel AACenc/Psyteldrop] (dead/broken) links, Strike Tru.) |
||
Line 3: | Line 3: | ||
Tools you'll need for this tutorial: | Tools you'll need for this tutorial: | ||
[http://www.rjamorim.com/rrw/aacenc.html Psytel AACenc] AAC encoder | <s>[http://www.rjamorim.com/rrw/aacenc.html Psytel AACenc]</s> AAC encoder | ||
Optional (but recommended): | Optional (but recommended): | ||
Line 9: | Line 9: | ||
[http://members.home.nl/w.speek/ivan&menno.htm Ivan & Menno] AACenc frontend by Speek | [http://members.home.nl/w.speek/ivan&menno.htm Ivan & Menno] AACenc frontend by Speek | ||
[http://www.rarewares.org/files/aac/psyteldrop.zip Psyteldrop] AACenc frontend by layer3maniac | <s>[http://www.rarewares.org/files/aac/psyteldrop.zip Psyteldrop]</s> AACenc frontend by layer3maniac | ||
Revision as of 10:47, 26 October 2012
Encoding from Wav to AAC using Psytel AACenc
Tools you'll need for this tutorial:
Psytel AACenc AAC encoder
Optional (but recommended):
Ivan & Menno AACenc frontend by Speek
Psyteldrop AACenc frontend by layer3maniac
Getting started
- From the AACenc package, uncompress aacenc.exe and ia32math.dll to some folder (e.g: C:\Music\AACenc)
- If you plan to use one of the frontends, decompress it to the same folder.
Encoding with frontends (recommended)
Encoding with Psyteldrop
- Run Psyteldrop
- Right click on it -> Options -> Programs -> Set encoder. Browse to AACenc's location and select it
- Right click -> Quality -> VBR -> Normal
- Now, select some WAV files and drop them over the Psyteldrop window. After some time, you'll have a bunch of AAC files in the same folder as the original wav files. Now you can delete the wav files.
Encoding with Ivan&Menno
- Run Ivan&Menno
- On the options screen, select AACenc as encoder
- type -normal at options
- select format "aac"
- Drag'n'drop the WAV files at the "files" box, or use the "Add files" button
- Click encode. After some time, you'll have a bunch of AAC files in the same folder as the original wav files. Now you can delete the wav files.
Encoding from the command line (not recommended)
- Run the Windows command prompt program
- Go to the directory where AACenc is (E.G: 'cd C:\Music\AACenc')
- Run the command line as follows:
- aacenc -normal -if "C
- \music\tracks\file name.wav"
- (replacing 'C:\music\tracks\file name.wav' with the path to your WAV file)
- After encoding finishes, you can delete the wav file
- del "C
- \music\tracks\file name.wav"
- To leave the command prompt, type 'exit'
Obs: If you want to use advanced AACenc switches, check this document
These switches should only be used by advanced users.
- Back to the AAC guide