I have been using
this excellent tutorial to make my own menues
i have done the following which works but it plays the first mpg in order to see the next i must select the next chapter. I want matrix_menu_final.mpg to start but also be availible through root which its not, it plays as if its the first chapter and 01xmas2006.mpeg is the second.
Code:
<dvdauthor dest="DVD">
<titleset>
<menus>
<pgc entry="root">
<vob file="matrix_menu_final.mpg"/>
<button name = "1"> jump title 1 chapter 1;</button>
<button>jump vmgm menu;</button>
</pgc>
</menus>
<titles>
<pgc>
<vob file="01xmas2006.mpeg"/>
<post> call vmgm menu; </post>
</pgc>
</titles>
</titleset>
</dvdauthor>