Log in

View Full Version : How to reflect current selected video in scene selection menu?


neoch
29th March 2007, 15:08
Hi,

If the user select a chapter point from the chapter menu, how to return to the exact chapter menu when the press the menu button on the remote?

Example:

When user select Ep 1 Part A and when the video plays, skip to Ep 2 Part A using the remote, then presses menu button on remote, it should return to Ep 2 chapter menu highlighting the Part A button.

Can someone please help and give some advise?

Thanks Thanks Thanks!!!

From,
Neo:(:(

SergF
29th March 2007, 16:15
neoch
It's not too hard. But your authoring software has to be able to add VM commands during authoring - e.g. DVDLab, Scenarist

neoch
29th March 2007, 17:20
Hi SergF,

Really thanks for the reply. I really appreciate it. But what's VM command?What should I do? The software that I am using right now is Sonic Scenarist Pro. Can you provide me with more informention regarding this? I really need your help!

Thank you very much!

Regards,
Neo:(:(

skycore
30th March 2007, 02:00
As SergF said, it isn't very hard. I believe many people have covered the topic because it's really a FAQ. You should be able to get the answer through Google. The following is just a tip:
Assume your chapter menu has 2 pages (each page as a PG), each has 4 chapter button to link chapter.
In Chapter Menu PGC pre-command area, please add these commands:
Mov GPRM0,SPRM7(current chapter number player remains)
if (GPRM0 == 2) LinkPGN program 1, button = 2
if (GPRM0 == 3) LinkPGN program 1, button = 3
if (GPRM0 == 4) LinkPGN program 1, button = 4
if (GPRM0 == 5) LinkPGN program 2, button = 1
if (GPRM0 == 6) LinkPGN program 2, button = 2
if (GPRM0 == 7) LinkPGN program 2, button = 3
if (GPRM0 == 8) LinkPGN program 2, button = 4
LinkPGN program 1, button = 1
Good luck!

SergF
30th March 2007, 04:51
neoch
what's VM command?
http://www.dvd-replica.com/DVD/vmcommands.php