2DCleanYUY2

From Avisynth wiki
Revision as of 02:09, 1 July 2013 by Reel.Deal (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Abstract
Author kiraru2003, xeon533
Version 17.03.2003
Download
Category Spatial Denoisers
Requirements
  • Avisynth 2.5+
  • YV12, YUY2
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.]

Personal tools