Re: Help in creating complex menus

Elio Blanca <[email protected]>
Newsgroups gmane.comp.multimedia.dvdauthor.user
Message-ID <[email protected]>
Thank you, Lawrence, but still I can't get into it.

> To make a menu loop, just have a <post> sequence which jumps back to the 
> start of the menu. For example:
> 
> <pgc entry="root">
> ... button definitions ...
> <post>
> jump menu entry root;
> </post>
> </pgc>
> 
>> [cut]
> So you want an automatic series of steps to happen when the user clicks 
> just one button?
> 
> Yes, this is doable. At the end of the chapter 7 transition above, you 
> have a <post> sequence which automatically jumps to menu_2. And so on.

I know I can do this (as I've done this in the past) when I'm using just one clip for each step, am 
I wrong?

But in this case (copy and paste from dvdauthor docs, expanding `pgc' tag):

...
    <titleset>
       <menus>
          [<video ... />]
          [<audio ... />]
          <pgc [entry="title"] [palette="yuvfile|rgbfile"]
               [pause="seconds|inf"]>
             <pre> commands; </pre>
---->       <vob file="stream1.m2v" chapters="0:00:00.00,  0:02:30.00,  0:04:00.00,  0:07:13.00,..." 
[pause="do I need pauses?"] />
<!--                                         |menu_1    |a transition| menu_2     | menu_4...  | -->
             [<vob ... />]
             <button [name="buttonname"]> commands; </button>
             [<button ... />]
             <post> what do I write here? </post>
          </pgc>
          [<pgc ... />]         <--- if I use just one mpeg clip I don't need any further pgc 
declaration
       </menus>
       <titles>
          [<video ... />]
          [<audio ... />]
          <pgc [palette="yuvfile|rgbfile"] [pause="seconds|inf"]>
             [...]
          </pgc>
          [<pgc ... />]
       </titles>
    </titleset>
...

Here, how can I get a series of <post> sequences whose are related to different chapters each?

------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.