Difference between revisions of "Multimedia and DVDs in Ubuntu"

From FreekiWiki
Jump to navigation Jump to search
m
Line 5: Line 5:
 
==2. Install some Programs==
 
==2. Install some Programs==
  
* Install kaffeine and some DVD navigation tools.  Open a terminal and become root, then type:
+
* Install kaffeine and some DVD navigation tools.  Open a terminal and become root, then run a couple of commands:
 +
apt-get update
 
  apt-get install kaffeine libdvdplay0 libdvdnav4 libdvdread3
 
  apt-get install kaffeine libdvdplay0 libdvdnav4 libdvdread3
  
 
* [[Install Mplayer]]
 
* [[Install Mplayer]]
 +
 +
* Install the libdvdcss2 library.
 +
This one's about as complex as installing mPlayer.
 +
 +
Open a terminal and become root.
 +
 +
Add the following line to /etc/apt/sources.list where <dist> is the version of debian you are running (stable, testing, unstable):
 +
deb <nowiki>http://download.videolan.org/pub/videolan/debian</nowiki> <dist> main
 +
deb-src <nowiki>http://download.videolan.org/pub/videolan/debian</nowiki> <dist> main
 +
 +
Then type the following command:
 +
apt-get install libdvdcss2

Revision as of 17:29, 23 June 2005

So, you've bought a DVD-ROM from the Thrift Store, and you want to play DVDs on your Freekbox 3. You'll need to install a few programs and mess around with some files. This page will lead you through it.

1. Physically Install your DVD-ROM

2. Install some Programs

  • Install kaffeine and some DVD navigation tools. Open a terminal and become root, then run a couple of commands:
apt-get update
apt-get install kaffeine libdvdplay0 libdvdnav4 libdvdread3
  • Install the libdvdcss2 library.

This one's about as complex as installing mPlayer.

Open a terminal and become root.

Add the following line to /etc/apt/sources.list where <dist> is the version of debian you are running (stable, testing, unstable):

deb http://download.videolan.org/pub/videolan/debian <dist> main
deb-src http://download.videolan.org/pub/videolan/debian <dist> main

Then type the following command:

apt-get install libdvdcss2