W dniu 10.12.2015 o 18:41, Olaf Hering pisze: > On Wed, Oct 21, Olaf Hering wrote: > >> What tool can be used to convert a video DVD with all its features >> (chapters and the like) into a file, so that kodi handles it as if the >> DVD would be in the physical drive? > > Required is dvdbackup and genisoimage: > > # mkdir $$ > # pushd $$ > # dvdbackup -M > # genisoimage -dvd-video -o "`ls -A`".iso "`ls -A`" > # mv -vit .. *.iso > # popd > # rm -rf $$ > # kodi *.iso > > > Olaf >
dd if=/dev/dvd of=./whatever.iso If the dvd is encrypted, you'll get i/o errors. To overcome this, you need to install libdvdcss and open the dvd video in vlc for a moment. -- Adam Mizerski
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Packman mailing list [email protected] http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman
