View Single Post
Old 4th August 2002, 18:20   #9  |  Link
dividee
Registered User
 
Join Date: Oct 2001
Location: Brussels
Posts: 358
I'll make the change in avisynth:
trim(100,-100)
will be the same as
trim(100,199)

Note that previously you couldn't easily keep only the first frame of a clip, as 0 for lastframe means end-of-clip:
trim(0,0) is the same as trim(0,last.framecount-1)

With the new syntax you could do it with clip(0,-1).
__________________
dividee
dividee is offline   Reply With Quote