Wma2mp3

From Arnout Engelen

Jump to: navigation, search

It's easy to use mplayer and lame to convert from wma to mp3:

mplayer "$f" -ao pcm
mv audiodump.wav "$f.wav"
lame --vbr-new --replaygain-accurate --preset extreme -V 3 -b 128 "$f.wav"
rm "$f.wav"

It's *probably* even easier with mencoder (haven't tested):

mencoder "$f" -aoc mp3lame
Personal tools