Linux command line DVD ripping
Now I can put my DVD’s away and watch them with XBMC instead:
dvdbackup -Mo /tmp/rip && mkisofs -dvd-video -o /mnt/storage/Movies/newmovie.iso /tmp/rip/* && rm -rf /tmp/rip
Now I can put my DVD’s away and watch them with XBMC instead:
dvdbackup -Mo /tmp/rip && mkisofs -dvd-video -o /mnt/storage/Movies/newmovie.iso /tmp/rip/* && rm -rf /tmp/rip