You are not logged in.
Just wondering if someone could explain what's going on in the following circumstance. This doesn't happen for all CSS-encumbered DVDs, but I can reproduce the pattern for DVDs that it does happen to.
dd if=/dev/sr0 of=~/somefile bs=2048dd cuts off with an error at around the 4MB mark.
mplayer -dvd-device /dev/sr0 -identify -frames 0
dd if=/dev/sr0 of=~/somefile bs=2048dd now completes
mplayer -dvd-device ~/somefile dvd://nthe video is messed up
dvdbackup -i /dev/sr0 -o ~/somedir -n somename -M
mplayer -dvd-device ~/somedir/somename dvd://nthe video is still messed up
mplayer -dvd-device /dev/sr0 dvd://n -frames 60This seems to be the magic trick
dvdbackup -i /dev/sr0 -o ~/somedir -n somename -M
mplayer -dvd-device ~/somedir/somename dvd://nNow works.
dd if=/dev/sr0 of=~/somefile bs=2048
mplayer -dvd-device ~/somefile dvd://nStill messed up.
Last edited by BrainwreckedTech (2011-10-03 17:43:32)
Offline