Batch audio conversion .WAV> MP3

Soldato
Joined
1 Dec 2004
Posts
23,166
Location
S.Wales
I usually use Audacity, but i have a lot of .wav files that need to be converted to mp3, whats the best way of doing this?
 
find a converstion program that supports command line switching, then you'd be able to automate it. (depending on the command switching avaible)
 
a bacth file is simply DOS commands listed in a txt file.

To write a bacth file to convert these files, the program that atcully does the converstion will have to be started be from a command line.

EDIT:

Sorry had a few to drink, I take it the 'batch' in the title refers to the fact you have servarl file to convert!! ;)
 
Back
Top Bottom