good wav2mp3 encoder

Score
0
Vote Up
February 12, 2003 at 12:50:12 Pacific
Specs: Debian 3, AMD Athlon 900/128MB

Does anyone know of a good wav2mp3 app that will allow me to use the LAME encoder? I have grip, but I use that only for ripping cds. I know I can convert to mp3s, but I don't always want to at the same time that I rip, and I haven't found a way to convert wavs to mp3s. Anyway, thanks for the help.

God bless
Hiran


Reply ↓  Report •


#1
Vote Down
Score
0
Vote Up
February 12, 2003 at 17:40:20 Pacific

lame -h -b 192 input.wav output.mp3

Or check "lame --help" for VBR and other info.

This might help, too (untested, but it should work):

#!/bin/bash
for i in *.wav; do
mp3=$(echo "$i" | sed -e "s/wav/mp3/")
lame -h -b 192 $i $mp3
done


Reply ↓  Report •
Reply to Message Icon Start New Discussion
Related Posts

« C&C Generals and linu... Uninstalling Win98 for ro... »

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.

Ask the Community!
Describe your Problem
Example: Hard Drive Not Detected on My PC