How do I convert wma files to ogg?
I have installed "Sound Converter" but I keep getting an error when I try to use it. It first tells me that I need a plugin that is not installed (so I have it search) then it reports "Failed to download repository information". I am able to install other software in the software center so what is wrong?
Solution 1:
Converting WMA to OGG in VLC
- Open VLC Media Player; if you do not have VLC on your computer already, you can install it by opening a terminal window and typing "sudo apt-get install vlc."
- Go to "Media" and "Convert/Save." You can also access the window by pressing "Ctrl" and "R" on your computer.
- Click "Add" from under "File Selection" and select the WMA file that you want to convert.
- Click the "Convert/Save" button.
- Type the file name for the new OGG file in the "Destination File:" box, including the extension; for instance, "my_wma_filename.ogg."
- Select the profile "Audio - Vorbis (OGG)" from under Settings.
- Click "Start." Do not close VLC until the conversion is complete. It should be saved in your /home/username directory.
Converting WMA to OGG Using Dir2OGG
- Install dir2ogg by typing "sudo apt-get install dir2ogg" in a new terminal window.
- Type "dir2ogg my_wma_filename.wma" in the terminal window once installation is completed. Make sure that your WMA file is in the /home/username directory, and remove any spaces from the file name.
- If converting a directory, use dir2ogg -a /path/to/dir
- Close the terminal window once the conversion is complete. The display will read "Done encoding file "/home/username/my_wma_filename.ogg" along with the file length, elapsed time, rate and average bit rate. The "my_wma_filename.ogg" file will in the same folder as the original WMA file.
Solution 2:
Install the restricted codecs support packages and try again, press Alt+F2 or in a terminal run this:
sudo apt-get install ubuntu-restricted-extras
sudo apt-get install gstreamer0.10-ffmpeg
or look for these packages in Ubuntu Software Centre.
Solution 3:
Run the following in a terminal to install Sound Converter:
sudo apt-get install ubuntu-restricted-extras
sudo apt-get install soundconverter
Sound Converter is easy and simple to use. Not to mention really quick too.
Solution 4:
Convert Audio, Video, Image And Document Files With FF Multi Converter
FF Multi Converter supports the following formats:
audio/video: aac, ac3, afc, aiff, amr, asf, au, avi, dvd, flac, flv, mka, mkv, mmf, mov, mp3, mp4, mpg, ogg, ogv, psp, rm, spx, vob, wav, webm, wma, wmv;
Install FF Multi Converter in Ubuntu
sudo add-apt-repository ppa:ffmulticonverter/stable
sudo apt-get update
sudo apt-get install ffmulticonverter
Webupd8