Browsing This
WMA to MP3: Console Style
Posted in August 23rd, 2007
Published in General
All I wanted to do was convert some WMA files to MP3. At least 5 programs in Windows refused to work.
Solution?
for i in *.wma ; do mplayer -vo null -vc dummy -af resample=44100 -ao pcm:waveheader “$i” && lame -m j -h –vbr-new -b 192 audiodump.wav -o “`basename “$i” .wma`.mp3″; done; rm -f audiodump.wav
Delicious.
~Jaker
No User Commented In " WMA to MP3: Console Style "
Subscribes to this post Comment RSS or TrackBack URL