WDFPlus
From Avisynth wiki
(Difference between revisions)
(WDFPlus v1.0.0) |
(add HBD category) |
||
(One intermediate revision by one user not shown) | |||
Line 1: | Line 1: | ||
− | {{ | + | {{FilterCat5|External_filters|Scripts|Restoration_filters|Deringing & Mosquito Noise|Deep_color_tools}} |
{{Filter3 | {{Filter3 | ||
|1=reel.deal | |1=reel.deal | ||
Line 42: | Line 42: | ||
<br> | <br> | ||
== Examples == | == Examples == | ||
− | + | 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> |
Latest revision as of 02:53, 30 November 2022
Abstract | |
---|---|
Author | reel.deal |
Version | 1.0.0 |
Download | wdfplus.avsi |
Category | Deringing & Mosquito Noise |
License | |
Discussion |
Contents |
[edit] Description
WDFPlus is a faster version of mirkosp's warpdering_faster script for AviSynth+.
[edit] Requirements
- AviSynth+ v3.7.3 or greater (r3682 minimum)
- Progressive input only
[edit] Required Plugins
Latest versions of the following filters are recommended unless stated otherwise.
- aWarpSharp2
- MaskTools2
- NNEDI3CL
- vsTEdgeMask
- nnedi3 (if gpu=false)
[edit] 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
[edit] Examples
WDFPlus with default settings:
AviSource("Blah.avi") WDFPlus(strength=6, tmax=10, tmin=7, gpu=true)
[edit] Changelog
Version Date Changes
v1.0.0 2022/11/23 - Initial release
[edit] External Links
Back to External Filters ←