Sunday, February 10, 2013

Ripping DVD's in Ubuntu 12.04 -- Handbrake

It took me a little while to figure it out, but these are the steps I use to setup a fresh install of Ubuntu with the necessary software to rip dvd's.
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install ubuntu-restricted-extras
sudo apt-get install libdvdread4
sudo apt-get install libdvdcss
sudo apt-get install libudf-dev
sudo /usr/share/doc/libdvdread4/install-css.sh
sudo apt-add-repository ppa:stebbins/handbrake-releases
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install handbrake-gtk

Let me know if you have any additional tips and/or tricks to install that will setup everything!