VideoHelp Forum




+ Reply to Thread
Results 1 to 7 of 7
  1. What's wrong with this xml for dvdauthor? I just would like to create a simple dvd with only the movie, starting from a .mpeg. I always get the "no titles defined" error:


    <vmgm>
    <menus>
    <video format="pal"></video>
    <pgc entry="title">
    <vob file="e:\Borotalco.mpg" chapters="0,4:07,7:06,,11:30,18:52,21:09,,24:59,27 :28,40:10,55:00,67:01,76:03,96:10"></vob>
    </pgc>
    </menus>
    </vmgm>
    Quote Quote  
  2. Always Watching guns1inger's Avatar
    Join Date
    Apr 2004
    Location
    Miskatonic U
    Search Comp PM
    Haven't used it, so this is guessing, but you have some empty chapter times in the VOB section. Don't know if that's intentional or even allowed.
    Read my blog here.
    Quote Quote  
  3. You must define at least on titleset with one title:
    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <dvdauthor dest="e:\DVD">
    <vmgm>
    </vmgm>
    <titleset>
        <titles>
        <pgc entry="title">
        <vob file="e:\Borotalco.mpg" chapters="0,4:07,7:06,11:30,18:52,21:09,24:59,27:28,40:10,55:00,67:01,76:03,96:10"></vob>
        </pgc>     
        </titles>
      </titleset>
    </dvdauthor>
    Quote Quote  
  4. i get the error:

    entry title is not allowed for menu type VTS

    what does it mean?
    Quote Quote  
  5. Sorry, I mixed the pgp entries of your post with one of my own projects...

    Just replace it with
    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <dvdauthor dest="e:\DVD">
    <vmgm>
    </vmgm>
    <titleset>
        <titles>
        <pgc>
        <vob file="e:\Borotalco.mpg" chapters="0,4:07,7:06,11:30,18:52,21:09,24:59,27:28,40:10,55:00,67:01,76:03,96:10"></vob>
        </pgc>     
        </titles>
      </titleset>
    </dvdauthor>
    As you do not use any menus, there ist nothing like an 'entry'
    Quote Quote  
  6. i got a working dvd but with three titles, the first and the second loop indefinitely and last about 3 seconds, the third is the good one.What could be wrong?
    Quote Quote  
  7. I don't know... I would need at least the author.xml file and the log from dvdauthor.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!