As mentioned above, a script. Pretty basic.
Runs from the directory that contains the WAVs to be encoded. It creats & executes the command line %CURRENT_DIR%\lame.exe --alt-preset standard --nogap track1.wav track2.wav and so on

Known bugs:
1/ Won't execute LAME correctly when fully compiled. (path issue)
2/ Does not clean-up if user selects cancel. (no reason why)
3/ Crashes if user closes LAME window.

Usage:
1/ Down load and install AutoIt (work around to bug 1).
2/ Place LAME.exe in c:\lame. (edit line 4 to change)
3/ Place script in directory with WAVs to be encoded.
4/ Run. Pray. Then click okay.
5/ And thats it, LAME should now be running.

The script can be opened (and edited) in notepad.
Warning: This script may cause your computer to explode! So run away, run away!

Now that I have spent an hour of my work time on this I must make haste and return to the grind stone.


Attachments
104023-nogap.AUT (165 downloads)