################################################################ ## ## Read the discussion page (linked to from bottom of article) before making any edits!!! ## ################################################################ ## when talking about installing packages, merely mention the package name, without a method. ||<>|| = Introduction = Ubuntu strives to make all of the most important software available to its users automatically. However patent and copyright restrictions (see [[http://www.ubuntu.com/ubuntu/licensing|Ubuntu License Policy]]) complicate distribution of software to support non-free formats. However, you can install the ability to play popular non-free media formats, including DVD, MP3, Quicktime, and Windows Media formats, by following the instructions below. Ubuntu’s commitment to only include completely free software by default means that proprietary media formats are not configured “out of the box”. See Ubuntu’s [[http://www.ubuntu.com/ubuntu/philosophy|Free Software Philosophy]] and the [[FreeFormats|Free Formats]] page for a more comprehensive discussion of these issues. '''Legal Notice''' ''Patent and copyright laws operate differently depending on which country you are in. Please obtain legal advice if you are unsure whether a particular patent or restriction applies to a media format you wish to use in your country.'' = Playing Restricted Formats = <> == Easy Install == If you are using regular, stock Ubuntu: '''[[apt:ubuntu-restricted-extras?section=universe?section=multiverse|Click here to install the ubuntu-restricted-extras package]]''' If you are using Kubuntu: [[apt:kubuntu-restricted-extras?section=universe?section=multiverse|kubuntu-restricted-extras]] If you are using Xubuntu: [[apt:xubuntu-restricted-extras?section=universe?section=multiverse|xubuntu-restricted-extras]] If you are using Lubuntu: [[apt:lubuntu-restricted-extras?section=universe?section=multiverse|lubuntu-restricted-extras]] '''If you find the above link for your system does not work, please use the Manual Install section.''' == Manual Install == If you are using regular, stock Ubuntu: {{{ sudo apt-get install ubuntu-restricted-extras }}} If you are using Kubuntu: {{{ sudo apt-get install kubuntu-restricted-extras }}} If you are using Xubuntu: {{{ sudo apt-get install xubuntu-restricted-extras }}} If you are using Lubuntu: {{{ sudo apt-get install lubuntu-restricted-extras }}} == Add libdvdccs == In addition, in order to play DVDs, you need to install libdvdcss by entering the following in a terminal: {{{ sudo /usr/share/doc/libdvdread4/install-css.sh }}} = Detailed Instructions and Troubleshooting = == Audio == * [[CDRipping| Ripping CDs]] * [[RestrictedFormats/ConvertingToOpen| Converting your audio files and video to open formats]] * [[RestrictedFormats/iTunesMusicStore| Using the iTunes Music Store]] * [[RestrictedFormats/MP3| MP3]] == DVD == * [[RestrictedFormats/PlayingDVDs| Playing DVDs]] * [[RestrictedFormats/RippingDVDs| Ripping DVDs]] * [[RestrictedFormats/BluRayAndHDDVD| Playing Blu Ray and HD DVD]] == Web == * [[RestrictedFormats/Flash| Playing Flash ]] * [[Shockwave| Adobe Shockwave]] No native version. == Video == * [[RestrictedFormats/StreamingVideo| Streaming Video]] * [[RealPlayerInstallationMethods|Realplayer]] * [[RestrictedFormats/Smil| Smil]] * [[Medibuntu| Apple Quicktime and RealVideo]] == Other == * [[Java]] * [[RestrictedFormats/Microsoft_Fonts| Installing popular fonts from Microsoft]] = See also = * [[InstallingSoftware]] * [[MultimediaApplications]] * [[http://ubuntuforums.org/showthread.php?t=766683|Multimedia How To from the Ubuntu Forums]] * [[MPlayer]] * The [[FreeFormats|free formats]] page * Ubuntu’s [[http://www.ubuntu.com/about/about-ubuntu/our-philosophy|Free Software Philosophy]] * [[http://en.wikipedia.org/wiki/Open_format|Wikipedia article on Open Formats]] * [[http://en.wikipedia.org/wiki/Content_Scramble_System|Wikipedia article on Content Scramble System (CSS)]] * [[http://www.debian-multimedia.org/|Debian-Marillat Repositories]] * [[http://www.gnu.org/software/gnash/|GNU Gnash]], a GNU flash player (alpha) * [[http://www.ubuntuforums.org/forumdisplay.php?f=159|Ubuntu Customization Guide]] resembles Easy Ubuntu and Ubuntu Guide. But it has another focus as it tries to teach and link to existing documentation. ----