Your search for egbert returned 3 results.
Search
Vector Median
Contributed by egbert
This median filter uses a motion-vector pass to warp the frames before and the frames after to match up with the current one. The median is then taken of those selected frames to reduce flickering in noisy renders or buzzing plates. It works exactly like a 'TemporalMedian', but with the big advantage of ligning up the comparative frames to minimize blending artefacts. 7 frames are max and if you set the frames to 7, three frames before and 3 frames after the current one are considered in the calculation.
BlinkScript Median
Contributed by egbert
This is a BlinkScript version of nuke's 'Median' filter. It does have a size slider that defines the filter region, but besides that it is exactly the same as the BlinkScript example. :)
animated cornerpin to matrix
Contributed by egbert
Get a 4x4 Transform Matrix of an animated Cornerpin2D node for a selected frame range.