farmer dan
5th November 2003, 19:19
I understand that different commands must be used to get out of one domain and go to another--JumpSS, CallSS, for example. What I'm struggling with is the concept of which domain I am in at any one time and when those domains change. For example, A DVD does executes the following sequence: 1. enters at the First Play PGC domain (First Play PGC domain)
2. JumpSS to PGC-1 (goes to VGM Menu domain)
3. JumpVTSM to a Root Menu (goes to VTSM Menu domain)
4. LinkPGCN PGC-3:Menu_3 (goes to VTSM Menu domain)
5. JumpTT (goes to VTS Title domain)
I have put the domains that I think are current in red. Is this assessment correct?
Please consider the following extracts from MPUCODER's Website:1. This CallSS VMGM command calls VMG menu type "K" (byte 5 lower nibble) from a title. The RSM command will return to the point in playback where the CallSS was issued unless "RR" (byte 4) is used to specify a different resume cell.
2. This JumpSS VMGM command jumps to VMG PGC "NNNN" (bytes 2&3) from a menu (system space)
Do the CallSS type commands act like the basic command "CALL Subroutine (xyz)"--" which inserts a certain set of lines into the running program at Point A and the program continues to run at the next sequential step, Point B? If this is the case, then, using a CallSS from a Title leaves the navigation in the Title of TitleSet domain. (Unless there is a Jump somewhere in the call. Is this right?
Do the Jump type commands directly transfer to other system spaces (I hope this is another word for domain)?
Here's another statement on which I would like opinion. If this is the navigation,1. from a VMG Menu
2. I call a Titleset Root Menu from a pre-command
3. which jumps to a title from a pre-command
4. which calls the same VGM PGC from a post command,I have gone from the VMG Menu domain, to the Titleset Menu Domain, to the Titleset Title Domain back to the VMG Menu domain. In all this the only PGC that actually plays is the Title. (Too bad there's no smilie with a sweaty face :D) Is this correct?
I've encountered a problem in which at least one of the following statements is true:1. Navigation Problem
2. burning problem
3. player problemI'm tyring to eliminate the navigation alternative and wanted to bolster my conceptual understanding of the commands required to get from one place to another in the DVD. Before I ask for help, I want to make sure I can ask the question I need to.
Thanks.
2. JumpSS to PGC-1 (goes to VGM Menu domain)
3. JumpVTSM to a Root Menu (goes to VTSM Menu domain)
4. LinkPGCN PGC-3:Menu_3 (goes to VTSM Menu domain)
5. JumpTT (goes to VTS Title domain)
I have put the domains that I think are current in red. Is this assessment correct?
Please consider the following extracts from MPUCODER's Website:1. This CallSS VMGM command calls VMG menu type "K" (byte 5 lower nibble) from a title. The RSM command will return to the point in playback where the CallSS was issued unless "RR" (byte 4) is used to specify a different resume cell.
2. This JumpSS VMGM command jumps to VMG PGC "NNNN" (bytes 2&3) from a menu (system space)
Do the CallSS type commands act like the basic command "CALL Subroutine (xyz)"--" which inserts a certain set of lines into the running program at Point A and the program continues to run at the next sequential step, Point B? If this is the case, then, using a CallSS from a Title leaves the navigation in the Title of TitleSet domain. (Unless there is a Jump somewhere in the call. Is this right?
Do the Jump type commands directly transfer to other system spaces (I hope this is another word for domain)?
Here's another statement on which I would like opinion. If this is the navigation,1. from a VMG Menu
2. I call a Titleset Root Menu from a pre-command
3. which jumps to a title from a pre-command
4. which calls the same VGM PGC from a post command,I have gone from the VMG Menu domain, to the Titleset Menu Domain, to the Titleset Title Domain back to the VMG Menu domain. In all this the only PGC that actually plays is the Title. (Too bad there's no smilie with a sweaty face :D) Is this correct?
I've encountered a problem in which at least one of the following statements is true:1. Navigation Problem
2. burning problem
3. player problemI'm tyring to eliminate the navigation alternative and wanted to bolster my conceptual understanding of the commands required to get from one place to another in the DVD. Before I ask for help, I want to make sure I can ask the question I need to.
Thanks.