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

_______________________________________________
Packman mailing list
[email protected]
http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman

Antwort per Email an