You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that it is impossible to have the VMGM menu loop without resorting to ugly hacks: inside the <pgc> for the <vmgm>'s <menus>, I put <post>jump vmgm menu;</post> but dvdauthor just spits out
ERR: Cannot find PGC with entry
ERR: in VMGM pgc 0, <post>
It's not a big deal, because I've worked around it by jumping to the titleset menu, which then jumps again to the VMGM by default.
The text was updated successfully, but these errors were encountered:
Looking at the allowed instructions, it appears that “JumpSS VMGM Menu” is not allowed within the VMGM. So your workaround—“JumpSS VTSM” followed by “JumpSS VMGM Menu”—looks reasonable.
Another option might be “JumpSS VMGM PGC”, which is allowed in the VMGM.
I must admit it’s been a long while since I looked at all the details of what is and isn’t allowed.
It seems that it is impossible to have the VMGM menu loop without resorting to ugly hacks: inside the
<pgc>
for the<vmgm>
's<menus>
, I put<post>jump vmgm menu;</post>
but dvdauthor just spits outIt's not a big deal, because I've worked around it by
jump
ing to the titleset menu, which thenjump
s again to the VMGM by default.The text was updated successfully, but these errors were encountered: