Showing posts with label DVD. Show all posts
Showing posts with label DVD. Show all posts

Tuesday, July 28, 2009

Medibuntu for Ubuntu 9.10 Karmic Koala

Medibuntu (Multimedia, Entertainment & Distractions In Ubuntu) is a repository of packages that cannot be included into the Ubuntu distribution for legal reasons like copyright, license or patent restrictions. It also includes many popular .debs for w32codes, Skype and Google earth in both i386 and lpia architectures. You can find the full list of available software here.

Ubuntu 9.10 Karmic Koala can not play encrypted DVDs or use certain Windows codecs out of the box. This guide will show you how to install the Medibuntu repository and these codecs.

To add the Medibuntu Repository:
In a terminal type:
sudo wget http://www.medibuntu.org/sources.list.d/karmic.list --output-document=/etc/apt/sources.list.d/medibuntu.list
- This will show ubuntu where to download the packages from

To add the Medibuntu keyring:
In a terminal type:
sudo apt-get update && sudo apt-get install medibuntu-keyring && sudo apt-get update
- You may be asked to accept this package even though it cannot be authenticated. This is normal; typing "Yes" means you trust Medibuntu.

Download the encrypted DVD playback codecs
In a terminal type:
sudo apt-get install libdvdcss2

Download the Window codecs
In a terminal type:
sudo apt-get install w32codecs

Have a question or problem that this article doesn't cover?
Ask our Ubuntu Mini 9 Google Group for help.

Friday, April 10, 2009

Medibuntu for Ubuntu 9.04

Medibuntu (Multimedia, Entertainment & Distractions In Ubuntu) is a repository of packages that cannot be included into the Ubuntu distribution for legal reasons like copyright, license or patent restrictions. It also includes many popular .debs for w32codes, Skype and Google earth in both i386 and lpia architectures.

Ubuntu 9.04 Jaunty Jackalope can not play encrypted DVDs or use certain Windows codecs out of the box. This guide will show you how to install the Medibuntu repository and these codecs.

Add the Medibuntu Repository
In a terminal type:
sudo wget http://www.medibuntu.org/sources.list.d/jaunty.list --output-document=/etc/apt/sources.list.d/medibuntu.list

Then you have to add the GPG Key to authenticate the packages and Update
In a terminal type:
sudo apt-get update && sudo apt-get install medibuntu-keyring && sudo apt-get update

You may be asked to accept this package even though it cannot be authenticated. This is normal; typing "Yes" means you trust Medibuntu.

Download the encrypted DVD playback codecs
In a terminal type:
sudo apt-get install libdvdcss2

Download the Window codecs
In a terminal type:
sudo apt-get install w32codecs

Download Skype
In a terminal type:
sudo apt-get install skype

Have a question or problem that this article doesn't cover?
Ask our Ubuntu Mini 9 Google Group for help.

Friday, October 17, 2008

Medibuntu for Ubuntu 8.10

Medibuntu (Multimedia, Entertainment & Distractions In Ubuntu) is a repository of packages that cannot be included into the Ubuntu distribution for legal reasons like copyright, license or patent restrictions. It also includes many popular .debs for ffmpeg encoding, w32codes, skype and google earth.

Ubuntu 8.10 Intrepid Ibex can not play encrypted DVDs or use certain Windows codecs out of the box. This guide will show you how to install the Medibuntu repository and these codecs.

Add the Medibuntu Repository
In a terminal type:
sudo wget http://www.medibuntu.org/sources.list.d/intrepid.list -O /etc/apt/sources.list.d/medibuntu.list

Then you have to add the GPG Key to authenticate the packages and Update
In a terminal type:
sudo apt-get update && sudo apt-get install medibuntu-keyring && sudo apt-get update

You may be asked to accept this package even though it cannot be authenticated. This is normal; typing "Yes" means you trust Medibuntu.

Download the encrypted DVD playback codecs
In a terminal type:
sudo apt-get install libdvdcss2 libdvdread3

Download the Window codecs
In a terminal type:
sudo apt-get install w32codecs

Have a question or problem that this article doesn't cover?
Ask our Ubuntu Mini 9 Google Group for help.

Reinstallng Media Codecs

Ubuntu strives to make all software that meets the licensing terms in the Ubuntu License Policy available. However patent and copyright restrictions complicate free operating systems distributing software to support proprietary formats.

Ubuntu's commitment to only include completely free software by default means that proprietary media formats are not configured 'out of the box'.

Configuring these formats after a fresh install is simple. This guide will allowing you to play Flash, Java mp3, aac, DVDs ,mp4, avi, wmv and many more formats. It also installs the Microsoft true type fonts for better compatibility with Word documents.

In a terminal type:
sudo apt-get install ubuntu-restricted-extras

Have a question or problem that this article doesn't cover?
Ask our Ubuntu Mini 9 Google Group for help.