Install Mplayer and Multimedia codecs in Ubuntu 10.04(Lucid)

This post was written by admin on April 29, 2010
Posted Under: General

Ubuntu 10.04 has released and one of the first things after a fresh installation is to install movie player and codecs.Here’s how to install mplayer media player and multimedia codecs to make it supports most media file formats.

To install Mplayer media player

Open terminal from Applications->Accessories->Terminal and type:

sudo apt-get install mplayer*

it installs the media player,common codecs and Mplayer should almost running well.

Launch the player from Applications->Sound&Vedio->Mplayer Media Player

To install w32codecs/w64codecs and libdvdcss2

To player WMV, RealMedia and encrypted DVDs w32codecs/w64codecs libdvdcss2 are essential.Those packages are not available from Ubuntu repository due to licensing and legal restrictions.

First,use following commands to add Medibuntu’s repository to Ubuntu:

sudo wget --output-document=/etc/apt/sources.list.d/medibuntu.list http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list && sudo apt-get --quiet update && sudo apt-get --yes --quiet --allow-unauthenticated install medibuntu-keyring && sudo apt-get --quiet update

then,use apt-get command to install them from repository:

for amd64

sudo apt-get install w64codecs libdvdcss2

for i386

sudo apt-get install w32codecs libdvdcss2

If you don’t prefer the command line,you can also download deb packages for w32codecs/w64codecs and libdvdcss2 from:

http://packages.medibuntu.org/lucid/index.html
 

 

Related posts:

  1. How to install Mplayer and Multimedia codecs in ubuntu 9.10(Karmic)
  2. Install Mplayer and Multimedia codecs in ubuntu 9.04
  3. UMPlayer – Cross-Platform Universal Multimedia Player based on Mplayer
  4. Add medibuntu sources to install more useful softwares in Ubuntu
  5. How to Install Mobile Media Converter in 64-bit Ubuntu

    Reader Comments

    Add a Comment

    required, use real name
    required, will not be published
    optional, your blog address