On Sat, 2003-10-04 at 22:24, Rob Blomquist wrote:
> Is there a tool for converting wav files to mp3s enmasse?
> 
> Right now I am using Lame at the command line, but it is getting old. I would 
> like to point Lame at a directory of wavs and have it encode the mp3 files 
> using the same name.
> 
> Any thoughts beyond a shell script?
> 
> Rob

hell, this is a one-liner :-)

for i in `ls *.wav`; do lame -buncha -options $i; done

Gets a little trickier to recurse through directories, but I can show ya
that too; just ask.
-- 
Jack Coates
Monkeynoodle: A Scientific Venture...


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to