PDA

View Full Version : adding messages in avs script


ritmo2k
14th January 2002, 01:31
I am trying to add a few messages by using:

MessageClip("message",width,height,shrink,text_color,halo_color,bg_color)


But I cant make this work!! Can anyone shed some light, or even suggest a better way. The guide http://www.horizon.nl/~michel/doc/reference.htm is so vage, and lacking information, at times its more misleading then helpfull to read it!

Thanks,

TactX
14th January 2002, 18:11
What about Subtiltle ?

Subtitle(clip,"text",x,y,first-frame,last-frame,"font-name",point-size[,text-color[,halo-color]])

or simply

Subtitle(clip,"text")


I'm not sure if this is the problem, but MessageClip makes a clip, while Subtitle adds text to a clip.

ritmo2k
14th January 2002, 22:02
yea, i unfortunatly need it to make the clip as well!

TactX
15th January 2002, 12:46
What about using the BlankClip function to create a clip an then using Subtitle to add text ?

ritmo2k
15th January 2002, 13:23
huh... I will try it!
Would the text be near the bottom though? Like a subtitle, that might not give the effect I want. I think I am gonna bite the bullet and get a bloody book on premier!

Thanks,

TactX
15th January 2002, 15:22
Re-read my second post.

You will see that Subtitle has an option (x,y) to place the text everywhere you want !