QUOTE(kjoonlee @ Nov 3 2004, 04:20 PM)
edit: for A in *.wav ; do lame --preset standard $A $A.mp3 ; done
okay
QUOTE(kjoonlee @ Nov 3 2004, 04:20 PM)
Please note how I didn't use any single quotes. Notice that A and $A and $A all match.
I guess I just wasn't paying attention; sorry

QUOTE(kjoonlee @ Nov 3 2004, 04:20 PM)
If you don't have lame installed, it's fairly simple to compile and install it from source.
I do have it installed, compiled by myself
now when I run your command, I just get a
CODE
LAME version 3.96.1 (http://lame.sourceforge.net/)
usage: lame [options] <infile> [outfile]
<infile> and/or <outfile> can be "-", which means stdin/stdout.
Try:
"lame --help" for general usage information
or:
"lame --preset help" for information on suggested predefined settings
or:
"lame --longhelp"
or "lame -?" for a complete options list
screen (printout?) for every file.
Could it be because the filenames have spaces in them?