Media Formats and Codecs
April 10, 2006 – 2:09 pmUbuntu by default supports free formats for audio and video files and it doesn’t (by default) support many popular audio and video formats. These formats are called Restricted Formats. It doesn’t mean that you can not play these formats in Ubuntu. Ubuntu Wiki has detailed information about enabling support for Restricted Formats. In this post I will only talk about how I worked around this issue.
VLC GTK+
VLC multimedia player is a crossplatform multimedia player from Video Lan. It plays MPEG, MPEG2, MPEG4, DivX, MOV, WMV, QuickTime, mp3, Ogg/Vorbis files, DVDs, VCDs, and multimedia streams from various network sources. If you have universe and multiverse repositories enabled. You can download it from Applications > Add Applications > Sound and Video.
Real Player 10
Real Player is a streaming sound and video player from RealNetworks. RealNetworks does not allow redistribution of their software. Therefore, this package requires the user to fetch the real player archive separately from their web site. Here is how I installed Real Player:
Download the package realplayer_10.0.6-0.0_i386.deb OR realplayer_10.0.6-0.1_i386.deb to your Desktop. You will also need a support package libstdc++5 to successfully install Real Player.
cd ~/Desktop sudo apt-get install libstdc++5 sudo dpkg -i realplayer_10.0.6-0.0_i386.deb
OR
cd ~/Desktop sudo apt-get install libstdc++5 sudo dpkg -i realplayer_10.0.6-0.1_i386.deb
Depends on which realplayer package you downloaded. Just incase if you fail to apt-get libstdc++5 you can try installing it from Synaptic.
Thats all I have on my computer to enjoy music and videos in non-free formats.
Some similar posts:
One Response to “Media Formats and Codecs”
aha! thanks, the realplayer section was very helpful.
By sh0dan on Sep 12, 2006