I have set a goal of importing all our home video (yes all the raw footage, hours of us staring at the camera :>) and incorporating it into the mythtv experience.

First step: get a clue. Looks like cinelerra is the FOSS advanced video editing software of choice, even though everyone seems to agree it’s been opened with a bad can opener and you’ll probably slice yourself on it now and then. The first hurdle: getting it installed. As always, gentoo makes things dead-easy, but there were a couple steps to get it to compile under AMD64, here they are so you don’t bang your head:

emacs /etc/portage/package.keywords
  media-video/cinelerra-cvs ~amd64
emacs /etc/portage/package.use
  media-video/cinelerra-cvs -mmx
emerge -DavuN cinelerra-cvs

Note that this is a package pulled from cvs, a first sign to proceed with caution. The date on the most recent package is 20070122 – apparently the developer of cinelerra doesn’t work too closely with the community, and the community developers have to occasionally take a snapshot and clean the hell up out of it – so you don’t want it to happen too often. The gentoo package compiles fine on AMD64, but only if you specifically disable mmx support (weird, eh?). Anyway, as always, upwards and onwards…

Leave a Reply