Only MKV format available in HandBrake

I am running Ubuntu 14.04 LTS 32 bit. I have installed HandBrake rev5474 (i686), which I believe is the latest, and the Ubuntu Restricted Extras. I am able to play DVDs via VLC but when it comes to ripping them, so that I can back them up to my Twonky media server, I have issues.

I launch HandBrake and find that the only format available for me to select is MKV.

When I used to run Handbrake on this machine while I was running Ubuntu 13.10 and lower I had no issues and **lots of formats (including MP4 which is what I'm really after) but since reformating and installing 14.04 I've had this issue.

Any help would be much appreciated.


Solution 1:

This is Debian bug #695225 - No support for mp4 container in Handbrake. There is a PPA with a fixed version of Handbrake, see Handbrake Releases PPA. To enable it do:

sudo apt-get purge handbrake # remove any old versions
sudo add-apt-repository ppa:stebbins/handbrake-releases
sudo apt-get update
sudo apt-get install handbrake-gtk

To get the mp4 format to work you must go into preferences and disable the "ipod friendly mkv format" checkbox.

handbrake-gtk also available in apps.ubuntu