WDFPlus

From Avisynth wiki
(Difference between revisions)
Jump to: navigation, search
(WDFPlus v1.0.0)
 
m (Examples: typo)
Line 42: Line 42:
 
<br>
 
<br>
 
== Examples ==
 
== Examples ==
LazyDering with default settings:
+
WDFPlus with default settings:
 
  [[AviSource]]("Blah.avi")
 
  [[AviSource]]("Blah.avi")
 
  WDFPlus(strength=6, tmax=10, tmin=7, gpu=true)
 
  WDFPlus(strength=6, tmax=10, tmin=7, gpu=true)
 
<br>
 
<br>
 +
 
== Changelog ==
 
== Changelog ==
 
  Version      Date            Changes<br>
 
  Version      Date            Changes<br>

Revision as of 18:17, 24 November 2022

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

WDFPlus 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