Hello,
I'm using Gui For DVDAuthor (with Muxman as muxing engine) to create audio compilations; in the titleset menu I'd like to update the highlighted button according to the current track whenever the user returns to the VTS menu.
I have a few questions that most probably somebody skilled in Muxman can answer quite easily:
a) using the cell command in the Muxman script I can specify an action; in my case I set a GPRM to store the track number for updating the menu; unfortunately, the action seems to be triggered only when the cell finishes, so if the user skip track using the remote the current track number is not updated; is there a solution, such as a "pre" command similar to what is available in a menu?
b) does adding a cell command for every track (which is simply a Mov of a direct value into a GPRM register) break the seamless playing? I'm doing mostly concerts, so most of the times I do not want to hear a gap between chapters;
c) what is the limit to the number of lines of code (number of instructions) in the pre/post section of a menu? I heard there is a limit, but I can't find what is it. The problem is connected to the same issue I'm trying to solve, because when I select a track I store the track number in the GPRM and then jump to the corresponding title/chapter, and this cannot be done as a single command associated to the menu - so I create a series of if/jumps in the Post section of the menu; does it make any difference using longer or shorter labels for the GoTo instruction?
Thank you!
I'm using Gui For DVDAuthor (with Muxman as muxing engine) to create audio compilations; in the titleset menu I'd like to update the highlighted button according to the current track whenever the user returns to the VTS menu.
I have a few questions that most probably somebody skilled in Muxman can answer quite easily:
a) using the cell command in the Muxman script I can specify an action; in my case I set a GPRM to store the track number for updating the menu; unfortunately, the action seems to be triggered only when the cell finishes, so if the user skip track using the remote the current track number is not updated; is there a solution, such as a "pre" command similar to what is available in a menu?
b) does adding a cell command for every track (which is simply a Mov of a direct value into a GPRM register) break the seamless playing? I'm doing mostly concerts, so most of the times I do not want to hear a gap between chapters;
c) what is the limit to the number of lines of code (number of instructions) in the pre/post section of a menu? I heard there is a limit, but I can't find what is it. The problem is connected to the same issue I'm trying to solve, because when I select a track I store the track number in the GPRM and then jump to the corresponding title/chapter, and this cannot be done as a single command associated to the menu - so I create a series of if/jumps in the Post section of the menu; does it make any difference using longer or shorter labels for the GoTo instruction?
Thank you!
Comment