Share3
If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!
<script type="text/javascript"><!--
google_ad_client = "pub-3561711309083119";
//Ubuntu Rectangle
google_ad_slot = "1464388544";
google_ad_width = 300;
google_ad_height = 250;
//--></script>
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript">
</script><script>google_protectAndRun("ads_core.google_render_ad", google_handleError, google_render_ad);</script>
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