Multimedia support in Linux

One of the most common complaints about Linux is that users are unable to play common media files such as mp3’s etc. This is mainly due to Copyright Restrictions, which prohibit bundling of the required codecs. The following steps indicate how to get those mp3s of yours blasting:

For *buntu Users:

Well it pretty simple, All you’ve to do it click on Add/Remove Programs and choose “Ubuntu Restricted Extras”. The snapshot below indicates the package under Kubuntu Feisty Fawn.

Adept

For Debian users:

Have a look at this post

For OpenSUSE users:

First, get the Restricted Format 1-click installer. Here’s the links:

This will enable you to have:

..as well as the option of installing many more applications (select Advanced mode at the screen), including:

If you skipped installing VLC, then fear not! Install VLC via the 1-Click installer! Here’s the link.

That’s it!

For Fedora users

All the below operations require Root privileges, so switch to root first by opening the Terminal and typing

su root

Step 1. Add Livna repo

wget rpm.livna.org/livna-release-8.rpm
rpm -ivh livna-release-8.rpm

Step2. Add the Macromedia Repo

wget http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm
rpm -ivh adobe-release-i386-1.0-1.noarch.rpm

Step 3:  Install Multimedia Applications

yum -y remove totem totem-mozplugin
yum -y install totem-xine totem-xine-mozplugin libdvdcss libdvdread libdvdplay livdvdnav lsdvd xine-lib-extras-nonfree libdvdcss libdvdread libdvdplay flash-plugin libquicktime gstreamer-plugins-ugly gstreamer-plugins-bad

Step 4: Install w32Codecs in order to play everything under the Sun.


wget www1.mplayerhq.hu/MPlayer/releases/codecs/mplayer-codecs-20061022-1.i386.rpm
rpm -ivh mplayer-codecs-20061022-1.i386.rpm
wget www1.mplayerhq.hu/MPlayer/releases/codecs/mplayer-codecs-extra-20061022-1.i386.rpm
rpm -ivh mplayer-codecs-extra-20061022-1.i386.rpm

(optional) Install VLC

yum install vlc
yum install python-vlc mozilla-vlc

Popularity: 1% [?]

If you enjoyed this post, make sure you subscribe to my RSS feed!

Possibly Related posts:

If you enjoyed this post, please consider to leave a comment or subscribe to the feed and get future articles delivered to your feed reader.

Comments

No comments yet.

Leave a comment

(required)

(required)