Warning: Invalid argument supplied for foreach() in /home/jared/jaredquinn.info/public_html/wordpress/wp-content/plugins/head-meta-desc.php on line 56
Jared Quinn :: Ubuntu Linux
Jared Quinn

IT Consulting :: Design :: Events Management

Ubuntu Linux


Movies in Ubuntu


The Ubuntu Saga continues. Today we look at getting the fiddly bits of playing multimedia files to work.

There are some neat packages in the plf (see yesterdays article), but still some of the movies I hoped to play haven’t worked. Let’s take a look at how to get them to.

  • libavifile-0.7c102
  • w32codecs
  • gstreamer0.8-alsa
  • gstreamer0.8-multiverse
  • gstreamer0.8-misc
  • gstreamer0.8-mad
  • avifile-divx-plugin
  • avifile-win32-plugin
  • avifile-xvid-plugin
  • avifile-mad-plugin
  • avifile-mjpeg-plugin
  • avifile-vorbis-plugin
  • avifile-utils
  • realplay
  • lame
  • lame-extras
  • libxine1
  • xine-ui

In order to get these to install using ‘apt-get’ I had to add some additional distributions to my sources.

My ubuntu sources line looks like:

deb http://au.archive.ubuntu.com/ubuntu hoary main restricted universe multiverse
deb-src http://au.archive.ubuntu.com/ubuntu hoary main restricted universe multiverse

(You can see the entire file here)

After you update your sources, make sure you run:

apt-get udpate

I prefer xine as a player, add to that the atitvout package (for ATI card users anyway, using a ATI Mobility M7 on a Dell Latitude notebook) and switch-to-tv works perfectly.

plf Saves the Day (again)


Recently my partner’s (insufficiently backed up) laptop disk bit the dust which happened at the most inconvenient time. We’ve just moved, no broadband yet (agh!) and the only things handy were some outdated Debian and Mandrake installers and some recentish Ubuntu disks.

While we’ve both relied on Ubuntu Live on many occasions (surviving friend’s Windows computers when visiting) we haven’t ever considered an Ubuntu installation.

It took a little convincing on my part that it would be worth the effort (my partner is a Gentoo girl through and through) and well she has an adversion to Mandrake/diva.

When installing Ubuntu it is absolutely essential to add the “restricted” packages to apt, however there is also a bunch of packages from the great guys at the Penguin Liberation Front who i’d come across before when I was running a Mandrake/diva desktop for work. These guys do all of the stuff the distros won’t touch (DivX etc).

You can add the Ubuntu repository with:

deb http://packages.freecontrib.org/ubuntu/plf/ breezy free non-free
deb-src http://packages.freecontrib.org/ubuntu/plf/ breezy free non-free

then do an “apt-update” and search, seek and install the bits you need (e.g. DivX decoders etc).