Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Automatic (headless) DVD rip with MacTheRipper' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Automatic (headless) DVD rip with MacTheRipper
Authored by: kalisphoenix on Feb 07, '07 02:15:17PM
Thanks for the interest, guys.

This is the script I use with the HBTest binary. I'll post instructions on how to build the Intel CLI binary as soon as I can (unless someone else does it first) because I can't remember what I did to make it work :( I currently get stuck attempting to run Jam, which segfaults.

The instructions here: http://caenim.com/deprecated/public/HandBrake.DailyBuilds/ no longer work for me.

OPTIONS="-f mp4 -t 1 -a 1 -e x264 -b 1500 -E faac -R 44100 -B 128 -2"
PATH_A="/Users/username/Ripped"
PATH_B="/Volumes/Movies 1"
PATH_C="/Users/username"
for LIST in `ls $PATH_A`
do
echo $LIST $OPTIONS
HBTest -i $PATH_A/$LIST -o $PATH_B/$LIST.mp4 $OPTIONS
mv $PATH_A/$LIST $PATH_A/../Completed/
done


[ Reply to This | # ]
Automatic (headless) DVD rip with MacTheRipper
Authored by: ossiejnr on Feb 12, '07 10:46:05AM
I tried many times to get it to build on my Intel mac, with no luck. But I did get it to build on my PowerPC mac and the resulting binary works on both platforms. You can get it from here: http://www.millshalligan.co.uk/blog/index.php?entry=entry070212-180145

Millsy

[ Reply to This | # ]