Xombie
29th December 2002, 03:48
I'm trying a simple avs script to create a blank clip. I want to attach a subtitle file to it using TextSub so I try:
BlankClip(length=1122,width=480,height=360,fps=23.976,color=$FFFFFF)
LoadPlugin ("C:\textsub.vdf")
TextSub ("C:\test.ssa")
With the paths being correct. I get the clip okay. It's the right size, length & all that, but no subtitle. Am I missing something?
BlankClip(length=1122,width=480,height=360,fps=23.976,color=$FFFFFF)
LoadPlugin ("C:\textsub.vdf")
TextSub ("C:\test.ssa")
With the paths being correct. I get the clip okay. It's the right size, length & all that, but no subtitle. Am I missing something?