MrTVideo
17th March 2004, 08:33
I am stuck! I would like to have an incremental recursive input to the x and y values is this possible within a script. I tried a
for(b=0,b++,b>Framecount(clip1)) with a syntax error
---------------------------Script-----------------------------------
int w=240
int h=180
int c
int b
clip1 = AviSource("D:\Vid 1.avi").Flipvertical
clip2 = AviSource("D:\Vid 2.avi").Flipvertical.BilinearResize(w,h)
# I am trying to put a recursive function between "HERE"
Overlay(clip1, clip2, x=b,y=100,Mode="blend")
# And "HERE" incrementing val b to framecount(clip1)
I cannot find any syntax allowing this
#ConditionalReader("opacity.txt", "ol_opacity_offset", false)
#ConditionalReader("Xoffset.txt","ol_x_offset", false)
--------------------------------------------------------------------
:confused:
Any help would be fantastic
for(b=0,b++,b>Framecount(clip1)) with a syntax error
---------------------------Script-----------------------------------
int w=240
int h=180
int c
int b
clip1 = AviSource("D:\Vid 1.avi").Flipvertical
clip2 = AviSource("D:\Vid 2.avi").Flipvertical.BilinearResize(w,h)
# I am trying to put a recursive function between "HERE"
Overlay(clip1, clip2, x=b,y=100,Mode="blend")
# And "HERE" incrementing val b to framecount(clip1)
I cannot find any syntax allowing this
#ConditionalReader("opacity.txt", "ol_opacity_offset", false)
#ConditionalReader("Xoffset.txt","ol_x_offset", false)
--------------------------------------------------------------------
:confused:
Any help would be fantastic