vcm


Veed



vcm.Veed(clip[,rad = 5][,float str = 5] [,int planes = [1,1,1]][,int plimt = 3][,int mlimit = 3] )



clip: input clip of all excepting Compat format accepted.
rad: radius of gaussian influence. 1 to 8
str: strength of gaussian influence. 1 to 8.
planes: Array of 3 values. Plane set to 0 is not processed.
plimit: Plus side limit. 0 to 10
mlimit: minus limit. 0 to 10.

veed filter originally developed to remove some greenish hue seen in some videos. Later it was extended with option for any or all color planes.Uses gaussian predicted value of the center in a circular area of radius rad, filter strength str. Any plane set to 0 is not processed. If set to 1 filtered. plus and minus limits to accept can be specified.