Re: [SLE] WMA to OGG?



If you have MPlayer and sox, you can do it like this:

Put this in a script file e.g. wma2ogg.sh

-------------
#!/bin/sh
for file in *.*wma* do
wavfile=$(echo $file | sed -e s/wma/wav/)
oggfile=$(echo $file | sed -e s/wma/ogg/)
mplayer -ao pcm "$file" "$wavfile"
sox "$wavfile" "$oggfile"
done
-------------
then:
chmod 755 wma2ogg.sh
Execute it in the directory where all your WMA files are palced.

You also need libogg installed.

Good luck :)


Peter Van Lone wrote:

What tool can I use in SUSE10 to convert WMA files to OGG format?

My kid ripped a ton of cds for me, a couple years ago, to WMA format.
I'd like to convert all of those to OGG so that I can play them in
Amarok.

Is there a preferred tool for doing this? Or is there anyway to play
WMA files in Amarok?

P



--
Check the headers for your unsubscription address
For additional commands send e-mail to suse-linux-e-help@xxxxxxxx
Also check the archives at http://lists.suse.com
Please read the FAQs: suse-linux-e-faq@xxxxxxxx



Relevant Pages

  • [SLE] WMA to OGG?
    ... What tool can I use in SUSE10 to convert WMA files to OGG format? ... Or is there anyway to play ... WMA files in Amarok? ...
    (SuSE)
  • Re: WMP 9 MP3 Speed Issue
    ... local disk drive, no, I haven't. ... And as for WMA files, ... Again, these files play fine from this CD at home on WinAmp, but since I made ... I'm stuck with WMP to play them... ...
    (microsoft.public.windowsmedia)
  • Re: WMP10 / WMA9.0
    ... I contacted Panasonic UK about unplayable MP10 WMA files on my not very old ... I then asked how do I create WMA files under MP10 that play and have ... > relevant deck vendor in order to address, ...
    (microsoft.public.windowsmedia.player)
  • Re: Whats the difference between MMJB WMAs and WMP WMAs?
    ... I think you should ask MMJB folks to see what they say. ... > supposed to be able to play CD-ROMs with WMA files. ... The manual for the deck states that WMA files ...
    (microsoft.public.windowsmedia.player)
  • Re: WMP11 (Vista) and .wma files with DPM
    ... I noticed that both the DRM version and Indiv version are listed. ... "Seymour Newman" wrote in message ... All other files types and non-DRM .wma play with nary a problem. ... However WMP11 can play all files and even non-DPM .wma files with a problem. ...
    (microsoft.public.multimedia.windows.mediaplayer)