vcm
MBlur
The script call is:
vcm.MBlur(clip [ , int type = 1][ ,int x = 5][ ,int y = 5 ])
clip: Input all except Compat formats
type: 1. for linear, 2. for rectangular and 3. for circular (focus) blur
x: x coordinate of end point of linear, corner of rectangle or radius of circle. -100 to 100.
y: y coordinate for linear and rectangle.- 100 to 100.
The x and y coordinates are with respect to center. For circular x is treated as radius. x and y both should not be set to zero. This function creates blur akin to either movement of camera or being out of focus.