[packman] convert Video DVD to file
Olaf Hering
olaf at aepfle.de
Thu Dec 10 18:41:05 CET 2015
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
More information about the Packman
mailing list