WDFPlus

From Avisynth wiki
Revision as of 06:52, 24 November 2022 by Reel.Deal (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Abstract
Author reel.deal
Version 1.0.0
Download wdfplus.avsi
Category Deringing & Mosquito Noise
License
Discussion

Contents

Description

WDFPlus is a faster version of mirkosp's warpdering_faster script for AviSynth+.

Requirements

Required Plugins

Latest versions of the following filters are recommended unless stated otherwise.


Syntax and Parameters

WDFPlus (clip input, int "strength", int "tmax", int "tmin", bool "gpu")


clip  input =
Input clip; all 8-16 bit Y/YUV colorspaces are supported, except YV411.


int  strength = 6
Warp sharpening depth, higher values increase strength.


int  tmax = 10
int  tmin = 7
tmax and tmin work out the hysteresis mask for the final masking pass.


bool  gpu = true
True uses NNEDI3CL, false uses NNEDI3.


Examples

LazyDering with default settings:

AviSource("Blah.avi")
WDFPlus(strength=6, tmax=10, tmin=7, gpu=true)


Changelog

Version      Date            Changes
v1.0.0 2022/11/23 - Initial release


External Links




Back to External Filters

Personal tools