How to Install Mplayer and Multimedia Codecs (libdvdcss2,w32codecs,w64codecs) in Ubuntu 9.10 (Karmic)
Filed under: Debian, Featured, Karmic Koala, Kernal, Linux, OpenSUSE, RedHat Linux, Ubuntu
MPlayer is a movie and animation player that supports a wide range of codecs and file formats, including MPEG 1/2/4,DivX 3/4/5, Windows Media 7/8/9, RealAudio/Video up to 9, Quicktime 5/6, and Vivo 1/2. It has many MX/SSE (2)/3Dnow(Ex) optimized native audio and video codecs, but allows using XAnim’s and RealPlayer’s binary codec plugins, and Win32 codec DLLs. It has basic VCD/DVD playback functionality, including DVD subtitles, but supports many text- based subtitle formats too. For video output, nearly every existing interface is supported. It’s also able to convert any supported files to raw/divx/mpeg4 AVI (pcm/mp3 audio), and even video grabbing from V4L devices.
Install Mplayer in Ubuntu 9.10 (Karmic)
You nned to make sure you have enabled universe,multiverse repositories
Now you need to run the following command to update the source list
sudo apt-get update
Install mplayer using the following command
sudo apt-get install mplayer
or
Click on the following link
If you want to open mplayer go to Applications—>Sound&Video—> Mplayer Movie Player
Install w32 video codecs and libdvdcss2 in Ubuntu 9.10 (Karmic)
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.To play encrypted DVDs, the libdvdcss2 package is essential.
The following command adds Medibuntu’s repository to Ubuntu. It also adds Medibuntu’s GPG key to your keyring, which is needed to authenticate the Medibuntu packages.
sudo wget http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list
--output-document=/etc/apt/sources.list.d/medibuntu.list
sudo apt-get -q update
sudo apt-get
--yes -q--allow-unauthenticated install medibuntu-keyring
sudo apt-get -q update
For i386 Users install Codecs using the following command
sudo apt-get install w32codecs libdvdcss2
For amd64 Users install Codecs using the following command
sudo apt-get install w64codecs libdvdcss2
Using above download locations you can install most of the mutimedia codecs for ubuntu.
Mplayer Plugin for Firefox
If you want to install Mplayer with plug-in for Mozilla Firefox run the following command
sudo apt-get install mozilla-mplayer
or click on the following link
FaiF and SaiS: a suggestion – Linux Forums
To make a thing like that work, you need to have background daemons like udev and hal running. In other words, you need more complexity. "Simple", like "free", has two meanings. Like the Latin "simplex", it originally was the opposite …
enna: changeset 2898:030dac1a867a
fix memleak in udev module; the enumeration context must be created before each udev_enumerate_scan_devices() otherwise it adds leaks for each loop with the timer. src/modules/volume/udev/udev.c · file | annotate | diff | revisions …
enna Changelog – http://hg.geexbox.org/enna/
[PULL] http://udev.netup.ru/hg/v4l-dvb-aospan-cut3.0 — Linux media
Linux media: [PULL] http://udev.netup.ru/hg/v4l-dvb-aospan-cut3.0.
Linux Media – http://www.spinics.net/lists/linux-media/
ALSA User — Re: [LAU] How to make Focusrite Saffire 6 USB works?
Or are you hoping that it all >> gets >> configured by udev or something? (I don't do that >> myself…) >> >> I cannot help you much with your specific >> device but maybe you can >> post back info on your setup which could move us …
ALSA (Advanced Linux Sound Architectu… – http://www.spinics.net/linux/fedora/alsa-user/
Modem data — Linmodem
The base of the UDEV device file system is: /dev/.udev Versions adequately match for the compiler installed: 4.3.2 and the compiler used in kernel assembly: 4.3.2 The patch utility is needed for compiling ALSA drivers, and possibly …
Linux Linmodem – http://www.spinics.net/lists/linmodem/
Re: [PATCH] linux-2.6.32-directemp — Linux USB
a/drivers/usb/misc/directemp.c~usb-qti-directemp-usb-thermometer-hygrometer-driver-support-fix +++ a/drivers/usb/misc/directemp.c @@ -40,7 +40,7 @@ struct usb_directemp { struct usb_device *udev; struct usb_interface *interface; …
Linux USB Users – http://www.spinics.net/lists/linux-usb/
Bug561279 udev still segfaults linuxdebianbugsdist | Google Groups
Im sorry to inform you about a still existing bug in udev behaviour. udev segfaults on udev start and ѕometimes during normal usage …
Anaconda Devel — Re: [PATCH 3/7] Remove check for MD_DEVNAME from …
storage/udev.py | 3 +– 1 files changed, 1 insertions(+), 2 deletions(-) diff –git a/storage/udev.py b/storage/udev.py index 4bef451..681cf24 100644 — a/storage/udev.py +++ b/storage/udev.py @@ -151,8 +151,7 @@ def …
Anaconda Devel – http://www.spinics.net/linux/fedora/anaconda-devel/
Re: Remapping Synaptics Touchpad — Xorg
How can I configure it there? Btw., thats 1.7. > Get rid of /lib/udev/rules.d/*synaptics.rules (can't remember the number right now), or override it from /etc/udev/rules.d/. (It's actually 1.7 + an old version of the udev stuff on top. …






