wma help

Matt Mets matt.mets at gmail.com
Thu Oct 6 01:05:37 MST 2005


Mplayer can redirect its output to a file, so there is no need to use
an analog loopback to convert the file...  Basically, use mplayer
(hopefully compiled with wma support) to convert wma to wav, then use
lame (or other mp3 encoder) to convert to mp3:

The example input file is "Daniel Bedingfield - Friday.wma"

mplayer -vo null "Daniel Bedingfield - Friday.wma" -ao pcm
lame -b 128 -h audiodump.wav -o "Daniel Bedingfield - Friday.mp3"

The script mentioned in the post above looks like it does basically
the same thing, but in an automated fashon.

Also, if you only want to make an audio cd, it would probably be best
to forgo the wav to mp3 conversion, and make your cd using the wav
files:

mplayer -vo null "Daniel Bedingfield - Friday.wma" -ao
pcm:file="Daniel Bedingfield - Friday.wav"

Matt


On 10/5/05, Technomage <technomage-hawke at cox.net> wrote:
> On Wednesday 05 October 2005 23:17, FoulDragon at aol.com wrote:
> > Worst case:  Why not run line-out of something that will play it to line-in
> > of your preferred system, record each track as it plays in a normal format,
> > and burn.
>
> digital -> analog -> digital = very lossy!
>
> don't you just hate those DRM'ed disks......
> ---------------------------------------------------
> PLUG-discuss mailing list - PLUG-discuss at lists.plug.phoenix.az.us
> To subscribe, unsubscribe, or to change  you mail settings:
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
>


More information about the PLUG-discuss mailing list