> That does seem to work with the stubborn "The Life of Mammals". I
> wish I didn't have to mount the DVD before running vobcopy though.
vobcopy reads the VOB files directly, rather than reading /dev/dvd as a
video source.
> I
> suppose a mkisofs command after vobcopy would make for a pretty good
> process.
It works for me. I've used it to copy encrypted DVDs that are <4.3GB.
Yeah vobcopy is definitely doing some serious decrypting. After it
mirrors "The Life of Mammals" mplayer and totem can play it, and with
dd (or straight from the disc) only VLC could play it. I think I'll
use this command to mount, rip, image, and delete:
mount /dev/cdrom && vobcopy -m -o MOVIE_NAME && mkisofs -l -o
MOVIE_NAME.iso MOVIE_NAME && rm -rf MOVIE_NAME
How can I set that up in a script and execute just the script?
This is also better for performance because the system won't have to
decrypt while it's playing right?
- Grant
--
gentoo-user@gentoo.org mailing list