FYI, I have a simple perl wrapper for handbrake/mediafork CLI that will process every title of every VIDEO_TS folder in any folder on your computer, all in one go. I used it to batch process all of my movie/tvshow DVD backups so that I could import them into itunes/frontrow/appletv. I've used it on mactel, macppc, and linux. You have to put MediaForkCLI into /usr/local/bin so that the script can find it.
For example, if your backups are in "/Volumes/MyDVDs" here are some ways to run it:
./mediaforker.pl /Volumes/MyDVDs (puts mp4s right next to backups)
./mediaforker.pl /Volumes/MyDVDs ~/Movies (puts mp4s in your Movies folder)
./mediaforker.pl /Volumes/MyDVDs ~/Movies -f avi ...etc (puts avi's into your movies folder)
./mediaforker.pl --help (prints help)
You can download it here:
http://www.crazywhiteman.net/mediaforke ... ker.pl.bz2
