2DCleanYUY2
From Avisynth wiki
Abstract | |
---|---|
Author | kiraru2003, xeon533 |
Version | 17.03.2003 |
Download | |
Category | Spatial Denoisers |
Requirements |
|
License | GPL v2 |
Discussion |
_2DCleanYUY2(int "interlaced", int "thresholdY", int "radiusX", int "radiusY", int "dmode", int "thresholdU", int "thresholdV")
Contents |
Abstract
This filter averages pixels in a configurable radius around a source pixel that are within a configurable threshold of the central pixel. This has the effect of blending low-level video noise while retaining sharp details.
Description
NRlimit int = 2
Absolute limit for pixel change by denoising
sootheS int = 0
0=minimum, 100=maximum smoothing of sharpener's spatial effect.
ss_x float = 1.5
ss_y float = 1.5
SeeSaw doesn't require supersampling urgently,
Examples
avisource("Blah.avi")
Links
Download: Discussion: [ Doom9 thread.]