Log in

View Full Version : Pixel per pixel processing


lindewell
28th June 2007, 16:14
Hi I want to use a boolean expression like this:

v1.subtract(v2)>threshold ? v1 : v2

But i want it to process it pixel per pixel not frame by frame, is it possible?

Manao
28th June 2007, 16:18
mt_lutxy(v1, v2, "x y - 128 + threshold > x y ?", chroma="process")