lesliek
Group: Members
Posts: 91
Joined: Feb. 2006 |
|
Posted: May 18 2006,06:01 |
|
Thanks for your further post, mikshaw.
Acting on your first post, when I changed the XMMS output plugin to "disk writer", I got, as you'd foreshadowed, a .wav file added to my existing .wma file. I then used lame.dsl on the .wav file, which produced a third file, which was an .mp3. So I got what I'd hoped for, but in a labour- and space-intensive way.
As to using mplayer instead of XMMS for the conversion, while I've found bash scripts using mplayer to convert .wmas to .mp3s, I couldn't get mplayer.dsl to work. Everything I tried returned the message "illegal instruction". In a way, my not being able to use mplayer is a good thing, since I'm pretty pressed for space anyway.
The only disadvantage of using XMMS is that no one's written a bash script using it in the conversion process.
I looked at the documentation for XMMS and there seems no way to change the output plugin from the command line in XMMS. I did, however, discover, in ~/.xmms/config, a line naming the current output plugin.
What I know about bash scripting could be written on the back of a postage stamp with lots of room to spare, but I'm wondering whether one can, in a bash script, search the config file and, if the named output plugin isn't disk writer, change it to that and, only then, run XMMS. That would overcome the absence of an output plugin option internal to XMMS. If that can be done and then reversed afterwards, then it seems to me that the process could be automated satisfactorily.
I'd welcome your further advice.
Thanks again,
Leslie
|