[packman] convert Video DVD to file

Adam Mizerski adam at mizerski.pl
Thu Dec 10 21:54:10 CET 2015


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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: OpenPGP digital signature
URL: <http://lists.links2linux.de/pipermail/packman/attachments/20151210/ad986be8/attachment.sig>


More information about the Packman mailing list