w32codecs this is a package of codecs needed to play multiple formats, notably DivX. (disponible. Maintainer: MirSPCM)
libdvdcss is a highly portable library for accessing and unscrambling DVDs encrypted with the CSS system. It is part of the VideoLAN project and is used by VLC and all other open source DVD players such as Ogle, xine-based players and MPlayer.
DVD playback and w32codecs are not a feature that is installed by default due to license restrictions.
Note: In some parts of the world using DVD playback is not legal.
Installing libdvdcss2 and w32 video codecs in Ubuntu
Support for WMV, RealMedia and other formats has been bundled into the w32codecs package. This package is not available from the Ubuntu repositories due to licensing and legal restrictions.
Edit /etc/apt/sources.list file and enter the following repositories
sudo gedit /etc/apt/sources.list
For Ubuntu Dapper Users
deb http://packages.freecontrib.org/ubuntu/plf/ dapper free non-free
deb-src http://packages.freecontrib.org/ubuntu/plf/ dapper free non-free
deb http://packages.freecontrib.org/ubuntu/freecontrib/ dapper free non-free
deb-src http://packages.freecontrib.org/ubuntu/freecontrib/ dapper free non-free
For Ubuntu Edgy Users
deb http://packages.freecontrib.org/ubuntu/plf/ edgy free non-free
deb-src http://packages.freecontrib.org/ubuntu/plf/ edgy free non-free
deb http://packages.freecontrib.org/ubuntu/freecontrib/ edgy free non-free
deb-src http://packages.freecontrib.org/ubuntu/freecontrib/ edgy free non-free
You have one more option to install this DVD playback and w32codecs using Seveas Repository
For Ubuntu Dapper Users
deb http://mirror.ubuntulinux.nl dapper-seveas all
deb-src http://mirror.ubuntulinux.nl dapper-seveas all
For Ubuntu Edgy Users
deb http://mirror.ubuntulinux.nl edgy-seveas all
deb-src http://mirror.ubuntulinux.nl edgy-seveas all
Now you need to copy the key using the following command
wget http://mirror.ubuntulinux.nl/1135D466.gpg -O- | sudo apt-key add -
sudo apt-get update
sudo apt-get install w32codecs libdvdcss2
If you want to download and install .deb packages you can download and install
wget -c http://packages.freecontrib.org/ubuntu/plf/pool/dapper/non-free/w32codecs_20060611-1plf1_i386.deb
sudo dpkg -i w32codecs_20060611-1plf1_i386.deb
wget -c http://packages.freecontrib.org/ubuntu/plf/pool/dapper/free/libdvdcss2-dev_1.2.9-1plf4_i386.deb
sudo dpkg -i libdvdcss2-dev_1.2.9-1plf4_i386.deb
You can download Any harware Architecture from Here
Using above download locations you can install more most of the mutimedia codecs for ubuntu
If you are using Seveas Repository use the following commands to install
sudo libdvdcss2 w32codecs
How to Install and Enable DVD playback and w32codecs in Ubuntu System
Related Posts:
Block websites using Squid Proxy in Ubuntu LinuxYou can block websites using squid proxy with 3 easy steps. First you have to create a text file with blocked domain name list such as orkut.com, gmai… Read More
Install Mozilla Firefox 4 in Ubuntu LinuxIf possible remove the older version first. Now You can start Firefox 4 Installation 1. Open Synaptic Package Manager and add the Firefox PPA to the … Read More
How to Create CDs and DVDs with Menu in Ubuntu 10.10 : DeVeDe DeVeDe is a program to create video DVDs and CDs (VCD, SVCD or CVD), suitable for home players, from any video files in any of the formats supported … Read More
How toconnect to wireless lan in ubuntuIf your wireless card is properly installed use the following command for connect to a wireless access point sudo ifconfig eth0 down sudo ifconfig wl… Read More
How to install Tomcat 6 on UbuntuIf you are running Ubuntu and want to use the Tomcat servlet runner, Some times the apt will not work correctly. You can try the following method it w… Read More
0 comments:
Post a Comment