Edit: Due to the fact that this article is old, the installation instructions may not work anymore. In order to successfully install the latest version of HandBrake, please access the handbrake tag and open the latest article (the one on top).
The latest installation instructions for HandBrake
Hello Linux Geeksters. For those who don’t know, HandBrake is an open-source multiplatform multithreaded video transcoder. It is used for converting DVD or Bluray discs to formats like MP4, MKV, H.264, MPEG-4 or other formats. You can also encode audio files like AAC, MP3, Flac, AC3 etc. The latest version available is HandBrake 0.9.9.
In this article I will show you how to install HandBrake 0.9.9 on Ubuntu 13.10 Saucy Salamander, Ubuntu 13.04 Raring Ringtail, Ubuntu 12.10 Quantal Quetzal, Ubuntu 12.04 Precise Pangolin, Linux Mint 16 Petra, Linux Mint 15 Olivia, Linux Mint 14 Nadia, Linux Mint 13 Maya, Elementary OS 0.2 Luna and Pear OS 8.
There is no repository containing HandBrake 0.9.9 for Ubuntu 13.10 Saucy Salamander and Linux Mint 16 Petra, but we can install the deb packages for Ubuntu Raring, on the two systems. Follow the instructions for your system’s architecture, in order to get a successful installation:
Instructions for 32 bit Ubuntu 13.10 and Linux Mint 16 systems:
$ wget -c https://launchpad.net/~stebbins/+archive/handbrake-releases/+files/handbrake-gtk_0.9.9ppa1~raring1_i386.deb
$ sudo dpkg -i handbrake-gtk_0.9.9ppa1~raring1_i386.deb
$ sudo apt-get install -f
Instructions for 64 bit Ubuntu 13.10 and Linux Mint 16 systems:
$ wget -c https://launchpad.net/~stebbins/+archive/handbrake-releases/+files/handbrake-gtk_0.9.9ppa1~raring1_amd64.deb
$ sudo dpkg -i handbrake-gtk_0.9.9ppa1~raring1_amd64.deb
$ sudo apt-get install -f
For Ubuntu 13.04 Raring Ringtail, Ubuntu 12.10 Quantal Quetzal, Ubuntu 12.04 Precise Pangolin, Linux Mint 15 Olivia, Linux Mint 14 Nadia, Linux Mint 13 Maya, Elementary OS 0.2, HandBrake 0.9.9 is available via PPA, as written here.
How to install HandBrake 0.9.9 on Ubuntu 13.04, Ubuntu 12.10, Ubuntu 12.04, Linux Mint 15, Linux Mint 14, Linux Mint 13, Elementary OS 0.2 and Pear OS 8:
$ sudo add-apt-repository ppa:stebbins/handbrake-releases
$ sudo apt-get update
$ sudo apt-get install handbrake
If you dare to install a snapshot:
sudo add-apt repository ppa:stebbins/handbrake-snapshots && sudo apt-get update && sudo apt-get install handbrake-gtk
funcionou assim:
sudo add-apt-repository ppa:stebbins/handbrake-snapshots && sudo apt-get update && sudo apt-get install handbrake-gtk