On 12/6/05, Paul Smith <phhs80@xxxxxxxxx> wrote: > > > Thanks, Patrick. Actually, I am not wanting to insert menus, but, even > > > so, I am not able to create the XML file for dvdauthor. (Too > > > complicated to me!) Kaffeine is not set to continuously loop. > > > > <dvdauthor> > > <vmgm /> > > <titleset> > > <titles> > > <pgc> > > <vob file="video.mpg" /> > > </pgc> > > </titles> > > </titleset> > > </dvdauthor> > > > > There's the XML file that you need. Replace "video.mpg" with your VOB. That's > > a whopping 10 lines. ;) > > It works regarding generating a video DVD, Patrick, but still getting > a non-stop video DVD (on Kaffeine). I played the VOB file on Kaffeine > and at the end, it correctly stops. Therefore, the problem seems to be > caused by dvdauthor. A person on dvdauthor list has solved the problem: the following line (second one) was missing in the xml file <vob file="video.VOB" /> <post>exit;</post> Both varsha and dvdstyler seem to miss the above line. Paul