LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   WMA to MP3 converter for linux? (https://www.linuxquestions.org/questions/linux-software-2/wma-to-mp3-converter-for-linux-121169/)

KnowNothing 11-29-2003 11:36 PM

WMA to MP3 converter for linux?
 
Anyone know of a wma to mp3 converter for :Pengy:

Thanks

Stillwater 11-30-2003 01:44 AM

i know a way of doing it:
convert .wma to .wav by mplayer, and encode .wav to .mp3 by lame

e.g.
mplayer $wma_file -ao pcm -aofile $wav_file
lame -V 0 -q 0 $wav_file $mp3_file

mikeghet 03-07-2005 12:21 PM

another way
 
http://mcmcc.bat.ru/xmms-wma/

DL the rpm for wma support and you won't have to convert anything at all, which is a little bit easier....of course I'm assuming you're using xmms.


All times are GMT -5. The time now is 01:02 PM.