WDFPlus
From Avisynth wiki
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
- AviSynth+ v3.7.3 or greater (r3682 minimum)
- Progressive input only
Required Plugins
Latest versions of the following filters are recommended unless stated otherwise.
- aWarpSharp2
- MaskTools2
- NNEDI3CL
- vsTEdgeMask
- nnedi3 (if gpu=false)
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.
- clip input =
- int strength = 6
- Warp sharpening depth, higher values increase strength.
- int strength = 6
- int tmax = 10
- int tmin = 7
tmax
andtmin
work out the hysteresis mask for the final masking pass.
- int tmax = 10
- bool gpu = true
- True uses NNEDI3CL, false uses NNEDI3.
- bool gpu = true
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 ←