On 2 of my most recent projects (DVD9s) I'm experiencing a 21 sec (exact) stoppage of play of both video/audio on playback on my SAP.
In both, I've used VB2130b8 to cut the studio intro splashes. And PgcEdit8 to finalize the project. They both behave the same with minor differences.
Project 1 (see attached): The 21s pause starts immediately after selecting play movie from Main menu.
[30 38 00 12 01 C0 01 00] 4 if ( gprm(1) != gprm(0) ) then { (CallSS) Call the VMGM PGC 18, resume cell 1 }
Project 2 (see attached): The 21s pause comes approx. 1-2 sec after the start.
[30 38 00 03 01 C0 00 01] 4 if ( gprm(0) != gprm(1) ) then { (CallSS) Call the VMGM PGC 3, resume cell 1 }
I think it has something to do with the code listed in blue below each project (Project 2 has a different 'If Then' statement and I'm guessing, causes the slightly different behavior); as when I highlight these in PgcEdit and preview the play back they both start at the beginning of the movie.
Should it not call those cells before resuming cell 1?
Any help is appreciated...
In both, I've used VB2130b8 to cut the studio intro splashes. And PgcEdit8 to finalize the project. They both behave the same with minor differences.
Project 1 (see attached): The 21s pause starts immediately after selecting play movie from Main menu.
[30 38 00 12 01 C0 01 00] 4 if ( gprm(1) != gprm(0) ) then { (CallSS) Call the VMGM PGC 18, resume cell 1 }
Project 2 (see attached): The 21s pause comes approx. 1-2 sec after the start.
[30 38 00 03 01 C0 00 01] 4 if ( gprm(0) != gprm(1) ) then { (CallSS) Call the VMGM PGC 3, resume cell 1 }
I think it has something to do with the code listed in blue below each project (Project 2 has a different 'If Then' statement and I'm guessing, causes the slightly different behavior); as when I highlight these in PgcEdit and preview the play back they both start at the beginning of the movie.
Should it not call those cells before resuming cell 1?
Any help is appreciated...
Comment