I've created a DVD of home movies using dvdauthor and mkisofs. The DVD does not play in my DVD player, nor does it play in xine. It does play with mplayer.
Furthermore, I can mount the DVD, and then xine works if I point it to the mount directory containing the VIDEO_TS folder. xine will not play the iso image, but mplayer will.
I created the iso file with
Code:
mkisofs -dvd-video -o DVD.iso DVD/
Its size is 4363286528 bytes.
I can also mount the iso image, and run xine successfully.
I've successfully made DVDs of home movies before this way, so I don't know why I'm stuck this time. It seems like a problem with mkisofs.
This is on Ubuntu, with
mkisofs 2.01-unofficial-iconv (i686-pc-linux-gnu)
xine --verbose dvd:/ says
Code:
libdvdnav: DVD Serial Number: 468FDCC800000000
libdvdnav: DVD Title (Alternative):
libdvdnav: Unable to find map file '/home/hari/.dvdnav/2006-2007.map'
libdvdnav: DVD disk reports itself with Region mask 0x00000000. Regions: 1 2 3 4 5 6 7 8
xine: found demuxer plugin: DVD/VOB demux plugin
av_offset=0 pts
spu_offset=0 pts
input_dvd: Error getting next block from DVD (Encrypted or faulty DVD)
---------------------- (ERROR) ----------------------
The source can't be read.
Maybe you don't have enough rights for this, or source doesn't contain data (e.g: not disc in drive). (Encrypted or faulty DVD)
------------------ (END OF ERROR) -------------------
I get the same error with xine --verbose dvd:/home/hari/dvd.iso
Any suggestions would be greatly appreciated.