vfx
LineMagnifier
The call script is :-
vfx.LineMagnifier(clip [,int sf = 0][,int ef = end frame][, int drop = 0][, int vert = 1][, float mag = 4.0 ][,int lwidth = one 16th of frame width or height][, int xy = mid frame ][, int exy = xy])
clip: input clip of constant format. Compat input not accepted.
sf: Effect Start Frame Number
ef: Effect End Frame Number
drop: If set to 0 uniform magnification. Otherwise varies over its width
vert: if set 0 : horizontal otherwise vertical orientation of magnifier
mag: magnification. If drop = 0, 1.5 to 8.0 otherwise 2.0 to 8.0
xy: x or y coordinate of the center of magnifier at start
exy: x or y coordinate of the center of magnifier at end of effect
This function creates LineMagnifier which can linearly move during effect.