Rip DVD
GUI
# echo "deb http://de.archive.ubuntu.com/ubuntu $(lsb_release -cs) universe" >> /etc/apt/sources.list
echo "deb http://de.archive.ubuntu.com/ubuntu quantal universe" > /etc/apt/sources.list.d/quantal.list
apt-get update
apt-get install k9copy
# old # apt-get install dvd95
Console
<?php
$URL="http://dl.panticz.de/scripts/rip.sh";
echo "wget $URL";
echo "
"; $c = curl_init(); curl_setopt($c, CURLOPT_URL, $URL); curl_setopt($c, CURLOPT_RETURNTRANSFER, 1); echo htmlspecialchars(curl_exec($c)); curl_close($c); echo "
";
?>
Console
if [ $(dpkg -l dvdbackup | grep ii | wc -l) -eq 0 ]; then
sudo apt-get install dvdbackup
fi
dvdbackup -M -o ~/Videos/
OPTIONAL: set region code on your DVD drive (fix Error cracking CSS key for)
if you get this error:
libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_01_1.VOB (0x00123445)!!
sudo apt-get install -y regionset
regionset
Enter the new region number for your drive [1..8]:2 (2 = europe)
New mask: 0xFFFFFFFD, correct? [y/n]:y
Region code set successfully!
# LINKS
http://dvd95.sourceforge.net/
http://k9copy.sourceforge.net/index.php
http://en.wikipedia.org/wiki/DVD_region_code