About DVD Creater,
Retun to Title_1 after replayed Title_3 even if having 4 Titles or over, when setting "Rewind when done playing".
It seems to be bug of Post Command of VTST_3 like below.
Gprm(0) determines replayed Title No. in VMGM_PGC_2.
Gprm(0) should be set (n+1) in post command, after replayed Title_n.
But post command of VTST_3 sets gprm(0) to 1, so returns to Title 1.
I confirmed this issue is resolved by editing IFO of VTST_3.
I hope the bug wouid be fixed.
I'll attatch IFO files.
Regards
Retun to Title_1 after replayed Title_3 even if having 4 Titles or over, when setting "Rewind when done playing".
It seems to be bug of Post Command of VTST_3 like below.
only VTST_3
********** post commands:
1 Set gprm(0) =(mov) 1 ==>wrong
2 Set gprm(1) =(mov) 0
3 (CallSS) Call the VMGM PGC 2, resume cell 1
other VTST
********** post commands:
1 Set gprm(0) +=(add) 1 ==>right
2 Set gprm(1) =(mov) 0
3 (CallSS) Call the VMGM PGC 2, resume cell 1
********** post commands:
1 Set gprm(0) =(mov) 1 ==>wrong
2 Set gprm(1) =(mov) 0
3 (CallSS) Call the VMGM PGC 2, resume cell 1
other VTST
********** post commands:
1 Set gprm(0) +=(add) 1 ==>right
2 Set gprm(1) =(mov) 0
3 (CallSS) Call the VMGM PGC 2, resume cell 1
Gprm(0) should be set (n+1) in post command, after replayed Title_n.
But post command of VTST_3 sets gprm(0) to 1, so returns to Title 1.
I confirmed this issue is resolved by editing IFO of VTST_3.
I hope the bug wouid be fixed.
I'll attatch IFO files.
Regards
Comment