Handbrake for Linux
6/28/2006 – 2:33 amWell, I managed a while back to compile Handbrake for Ubuntu (Dapper Drake). It was a pain and I’m not sure many other people have it, so here is a binary if you’re interested.
I’ve also been working on a GTK front-end using the uber-easy zenity. It’s not very good yet, but its a start.

3 Responses to “Handbrake for Linux”
How did you do it? I was able to get it compiled in Breezy Badger. I tried the same process for Dapper Drake (substituting libdvdcss2 for libdvdcss2-dev), but the Handbrake source raised compile errors:
libhb/muxmp4.c: In function ‘MP4Init’:
libhb/muxmp4.c:45: error: too few arguments to function ‘MP4Create’
libhb/muxmp4.c:63: warning: implicit declaration of function ‘MP4AddH264VideoTrack’
libhb/muxmp4.c:70: warning: implicit declaration of function ‘MP4AddH264SequenceParameterSet’
libhb/muxmp4.c:72: warning: implicit declaration of function ‘MP4AddH264PictureParameterSet’
libhb/muxmp4.c:79: error: ‘MPEG4_SP_L3’ undeclared (first use in this function)
libhb/muxmp4.c:79: error: (Each undeclared identifier is reported only once
libhb/muxmp4.c:79: error: for each function it appears in.)
…
By jbird on Aug 1, 2006
Oh, keep in mind I really don’t know what I’m doing. There were problems compiling the H264 portions like you are seeing. I knew I didn’t care about H264, so I just yanked those functions out of the code and eventually got it to compile.
By Ryan on Aug 3, 2006
Wow !! It’s Cool !!
My Compliments From a Italian Dapper User!!
By Vincenzo on Oct 14, 2006