View Single Post
Old 16th April 2006, 18:07   #1  |  Link
terrense
Registered User
 
Join Date: Mar 2006
Posts: 9
if condition then action

hi everybody here, i need help on expressing a same meaning in avisynth as in VB like this:

if clip.framecount() < 18000 and clip.framecount() > 9000 then
clip.overlay(......)
clip.textsub(......)
end if

how do i write my script in .avs?

thanx~~
terrense is offline   Reply With Quote