NikLever
26th July 2006, 16:03
Hi
I'm using Scenarist to author a DVD title. I have an issue with Subtitles. The DVD has a Settings menu that uses GPRM4 == 2 to indicate that Subtitles should be displayed. When I go to a video title that has subtitles I use
1. if (GPRM4 == 2) GoTo 4
2. SetSTN 1:Off
3. Break
4. SetSTN 1:On
On most machines this seems to work fine and the subtitles are either on or off to reflect the value of GPRM4. But on some machines the subtitles default to on, they are not set to Forced Start.
Ideally I'd like to get the value of the SubTitles as the video is exited so that I can set GPRM4 to reflect the right value. If subtitles have been turned on using the remote. I presume I can use the value of SPRM2 for this.
Should I use SetSTN 62:On to turn off subtitles instead of SetSTN 1:Off? Therefore if SPRM2 == 62 then I should set GPRM4 = 2 and if SPRM2 != 62 then set GPRM4 = 0.
Machines that work incorrectly seem to be Pioneers, but this may just be a coincidence.
Any thoughts would be appreciated.
Nik
I'm using Scenarist to author a DVD title. I have an issue with Subtitles. The DVD has a Settings menu that uses GPRM4 == 2 to indicate that Subtitles should be displayed. When I go to a video title that has subtitles I use
1. if (GPRM4 == 2) GoTo 4
2. SetSTN 1:Off
3. Break
4. SetSTN 1:On
On most machines this seems to work fine and the subtitles are either on or off to reflect the value of GPRM4. But on some machines the subtitles default to on, they are not set to Forced Start.
Ideally I'd like to get the value of the SubTitles as the video is exited so that I can set GPRM4 to reflect the right value. If subtitles have been turned on using the remote. I presume I can use the value of SPRM2 for this.
Should I use SetSTN 62:On to turn off subtitles instead of SetSTN 1:Off? Therefore if SPRM2 == 62 then I should set GPRM4 = 2 and if SPRM2 != 62 then set GPRM4 = 0.
Machines that work incorrectly seem to be Pioneers, but this may just be a coincidence.
Any thoughts would be appreciated.
Nik