Bob Goodwin wrote on Sunday 16 September 2007:
Can someone tell me how to convert audio .wmv to .wav, .mp3, or .ogg?
lame file.wav file.mp3
or
oggenc -o file.ogg file.wav
That should do the trick. ;) Lame is in the "lame" package and oggenc is
part of the "vorbis-tools" package.
If you want to set the bitrate, CBR/VBR setting or other options you will
have to read the manual pages.
I tried ImageMagick 'convert' but I don't seem to be able to make it
work, perhaps because I don't have the command right? As usual I'm
having trouble with the man page ...
The reference to "image formats" clearly states, that it's for pictures,
not for sound files.