I authored my first dvd in DVDAuthorGUI which came out great,the thing i need to know is what command do i put in the motion menu script so that when the text description for a clip need to be spaced below if the text gets too long.
Example is:
The Movie That Has
Too Long Of Text
What i get is :
The Movie That Has##
+ Reply to Thread
Results 1 to 3 of 3
-
I think,therefore i am a hamster.
-
you'll probably just want to use another 'subtitle' command in the script. You will need to move it down obviously. The third argument in the subtitle funtion is the 'y' position. To move down one line, add another fontsize (or multiply X 2). like so:
Code:subtitle("This is line 2", 80, (2*fontsize)+166, font=fontface, size=fontsize, text_color=textcolor, halo_color=halocolor)
-
Thanks for the tip,sounds like it will work.
Works like a charm.I think,therefore i am a hamster.
Similar Threads
-
dvdauthorgui menu question/problem
By tacitus in forum Authoring (DVD)Replies: 7Last Post: 11th Oct 2011, 21:53 -
quick question on power of Avisynth script?
By kopmjj in forum RestorationReplies: 4Last Post: 16th Apr 2010, 22:36 -
Avisynth Script Question
By MegaTonTerror in forum Video ConversionReplies: 4Last Post: 22nd Aug 2009, 21:28 -
Jumping Text on Motion Menu in DVD Lab Pro 2
By christopheramos in forum Authoring (DVD)Replies: 0Last Post: 21st May 2008, 07:32 -
Are there any ways to edit some text out of motion menu ?
By Hiddengibbon in forum Authoring (DVD)Replies: 3Last Post: 3rd Jun 2007, 12:07