Converting wavs to mp3s with lame
Hackish and doesn't copy tags, but a start.
for f in *.wav; do fn=`basename "$f" .wav`; lame -V2 -h "$f" "$fn.mp3"; done
{2011.01.11 16:58}
a tech blog, by Colin Pretorius
Hackish and doesn't copy tags, but a start.
for f in *.wav; do fn=`basename "$f" .wav`; lame -V2 -h "$f" "$fn.mp3"; done
{2011.01.11 16:58}