In GuiforDVDAuthor I have several titles on the Main menu.
The "Action" for, eg, the 1st title is
jump titleset 1 menu;
I'd like to have some titles start playing at the first chapter point, not the zero.
I guessed (for the 3rd title):
jump title 3 chapter 2;
But after 30 minutes of muxing, I discover this is wrong, with the error message finally
If this is possible, how do I do it?Code:STAT: VOBU 1 at 0MB, 1 PGCS INFO: Generating VMGM with the following video attributes: INFO: MPEG version: mpeg2 INFO: TV standard: pal INFO: Aspect ratio: 4:3 INFO: Resolution: 720x576 ERR: That form of jumping is not allowed ERR: That form of jumping is not allowed ERR: That form of jumping is not allowed ERR: That form of jumping is not allowed STAT: fixed 1 VOBUS ERR: That form of jumping is not allowed ERR: in VMGM pgc 0, button MMB3
+ Reply to Thread
Results 1 to 3 of 3
-
-
Unfortunately a jump from the main menu (VMGM domain) to a specific chapter is not allowed by the DVD spec. There are several possibilities to circumvent this problem. With dvdauthor as engine, the most easy possibility is changing the pre command of the titlesetmenu(s).
Assuming that your default settings are: 'Use titlesets' = on and 'Start action for Titlesets' = 'Play movie', the following steps are necessary:
Add the movies like usual (do not change the action).
Load the titlesetmenu for the movie where you want to change the 'starting' chapter. Design your chapter menu (add at least one button, except you don't want a chapter menu at all). Then right click on the menu background and load the 'Menu Properties' dialog.
Click on 'Advanced Pre/Post Command Editor'
Click on 'Calc Standard' for the Pre Commands
You should find the 'default pre command' like:Code:button=1024; if (g1 gt 0) jump title 1 chapter 1;
Code:button=1024; if (g1 gt 0) jump title 1 chapter 2;
Do the same for each movie where you want to change the 'starting' chapter.GUI for dvdauthor:
https://www.videohelp.com/~gfd/ -
Thanks, I'll try that.
Sometimes it's simpler just to skip past crap than trying to resync video, subtitles, etc.
Similar Threads
-
Anination in GFD
By akakiami in forum Authoring (DVD)Replies: 3Last Post: 21st Jan 2011, 04:55 -
GfD animation before menu
By michcio in forum Authoring (DVD)Replies: 21Last Post: 2nd Jul 2009, 09:07 -
GfD lagging while no loop (Jump to the movie directly)
By michcio in forum Authoring (DVD)Replies: 9Last Post: 26th Nov 2008, 01:40 -
Chapter button pop-up text description in GFD?
By awesomer in forum Authoring (DVD)Replies: 6Last Post: 18th Nov 2007, 19:21 -
Dvd Author Ignoring jump chapter n in title pre commands (no errors)
By FallenAngel10 in forum Authoring (DVD)Replies: 0Last Post: 7th Jul 2007, 16:04