I Asking about DVD-Lab Application ... why GPRM for Sub-pictures Starts from 64 while for Audio steam starts from 0.
see command on menu which is used for highlighting buttons on menu...
below script is used for Audio Setup and button highlighting ...
GPRM0 = SPRM1
GPRM1 = 1024
if (GPRM0 == 1) GPRM1 = 2048
if (GPRM0 == 2) GPRM1 = 3072
SetHL_BTN GPRM1
Break
next is for Subtitle Streams and button highlighting on subtitle menu ...
GPRM0 = SPRM2
GPRM1 = 1024
if (GPRM0 == 64) GPRM1 = 2048
if (GPRM0 == 65) GPRM1 = 3072
if (GPRM0 == 66) GPRM1 = 4096
SetHL_BTN GPRM1
Break
thank you for your Guides
+ Reply to Thread
Results 1 to 1 of 1
Similar Threads
-
Help with scripting - please
By cliffspicer in forum SVCD2DVD & VOB2MPGReplies: 4Last Post: 12th Oct 2009, 12:08 -
VirtualDub Scripting
By shojimbo0 in forum ProgrammingReplies: 1Last Post: 20th Oct 2008, 13:58 -
VitrualDubMod scripting hell
By chasmonkey in forum Video ConversionReplies: 2Last Post: 8th Sep 2008, 11:07 -
DVD scripting
By Rosko1702RS in forum Authoring (DVD)Replies: 6Last Post: 15th Mar 2008, 00:57 -
Avisynth scripting
By demonwarrior in forum Newbie / General discussionsReplies: 9Last Post: 24th Dec 2007, 00:05