[subject change]
I've been manually creating a DVD using the dvdauthor suit and ffmpeg, and have managed to successfully make a DVD that has a main menu and one chapter menu. (the goal to incorporate them into my own program)
However, my problem lies in the main vmgm menu.
It contains two buttons..one that should play the first video sequence and the remaining button..jump to a scene selector.
I've been able to compile the dvd xml file..yet i'm not sure on how to make the vmgm "play movie" button jump right into the video itself. (as of now it does the same thing as the second button, just to avoid warnings)
Qdvdauthors' xml file contains scripting (which I believe is the solution?) that is documented poorly on dvdauthors website; as to which am asking if anyone else has had this similar problem..with a simple solution.
Or at least can point me towards better documentation.
Thank you.
Here is the following xml file
<dvdauthor dest="DVD\">
<vmgm>
<menus>
<video format="ntsc" aspect="4:3" resolution="720x480" />
<pgc entry="title">
<vob file="video\intro.mpg" />
<post> jump menu 2; </post>
</pgc>
<pgc pause="inf">
<button> ?; </button> <-- am stumped here
<button> jump titleset 1 menu entry root; </button>
<vob file="video\index.mpg" />
</pgc>
</menus>
</vmgm>
<titleset>
<menus>
<video format="ntsc" aspect="4:3" resolution="720x480" />
<pgc entry="root" pause="inf">
<button> jump title 1; </button>
<button> jump title 2; </button>
<button> jump vmgm menu 2; </button>
<vob file="video\scenes.mpg" />
</pgc>
</menus>
<titles>
<video format="ntsc" aspect="4:3" resolution="720x480" />
<pgc>
<vob file="video\movie1.mpg" chapters="0" />
<post> call vmgm menu 2; </post>
</pgc>
<pgc>
<vob file="video\movie2.mpg" chapters="0" />
<post> call vmgm menu 2; </post>
</pgc>
</titles>
</titleset>
</dvdauthor>
+ Reply to Thread
Results 1 to 1 of 1
Similar Threads
-
Can't Jump After Burning DVD
By analytalica in forum Newbie / General discussionsReplies: 11Last Post: 17th Mar 2013, 08:30 -
WMV jump seeking
By 1031982 in forum EditingReplies: 0Last Post: 30th Nov 2010, 16:08 -
Frame Jump Every Second With Deinterlace ?
By blewyn in forum Video ConversionReplies: 32Last Post: 18th Nov 2010, 10:12 -
GfD lagging while no loop (Jump to the movie directly)
By michcio in forum Authoring (DVD)Replies: 9Last Post: 26th Nov 2008, 01:40 -
GfD: how do I jump to chapter 1?
By AlanHK in forum Authoring (DVD)Replies: 2Last Post: 9th Aug 2007, 05:10