Quote (lesliek @ May 17 2006,02:09) |
I did find the following statement on the Web, "[W]hat you need to do is play the WMA file through something that understands WMA (mplayer, xmms-wma etc) and get the raw PCM output. And then run this raw PCM output through lame ... to get the desired encoding." That suggests to me that xmms with wma support could be used instead of mplayer, but I haven't the skill to achieve the substitution. If anyone else does and were willing to do it, that'd be great. |
Code Sample |
mplayer -ao pcm filename.wma |
Code Sample |
mplayer -ao pcm:file=filename.wav filename.wma |
Code Sample |
mplayer -ao pcm:nowaveheader:file=filename.pcm filename.wma |
Quote |
pcm raw PCM/wave file writer audio output (no)waveheader Include or do not include the wave header (default: included). When not included, raw PCM will be generated. file=<filename> Write the sound to <filename> instead of the default audiodump.wav. If nowaveheader is specified, the default is audiodump.pcm. |