Friday, August 25, 2006

ffmpegX

I have been working on getting videos up for K9 Web Protection media coverage, and found that ffmpegX is a really easy-to-use program. It was able to convert my files to flv (flash video) pretty quickly. The one thing it didn't do was add the metadata - but flvtool2 did a great job of that.

Sunday, August 13, 2006

Back to Normal

Well, it looks like I'm back up now.  Finally.

Tuesday, August 08, 2006

Mac Java = Messed up computer :(

My java got corrupted - so I had to reinstall my mac... :(

One thing I found - expat is already installed with X11 - so installing XML::RSS just requires running these two commands previous:

cpan> o conf makepl_arg 'EXPATLIBPATH=/usr/X11R6/lib EXPATINCPATH=/usr/X11R6/include'
cpan> o conf commit


Pretty nice.