NonlinUSM
From Avisynth wiki
(Difference between revisions)
(NonlinUSM) |
m (link) |
||
| Line 1: | Line 1: | ||
{{FilterCat|External_filters|Restoration_filters|Sharpeners}} | {{FilterCat|External_filters|Restoration_filters|Sharpeners}} | ||
| − | {{ | + | [[Category:Scripts]] |
| − | | Didée | + | {{Filter3 |
| + | | {{Author/Didée}} | ||
| 2012/02/01 | | 2012/02/01 | ||
| − | | | + | |3=[http://forum.doom9.org/showpost.php?p=1555234&postcount=46 NonlinUSM script] |
| − | | Sharpeners | + | |4=Sharpeners |
| − | | | + | |5= |
| − | |}} | + | |6=[http://forum.doom9.org/showthread.php?p=1555234 Doom9 Thread] |
| + | }} | ||
<br> | <br> | ||
== Description == | == Description == | ||
| Line 16: | Line 18: | ||
:- Supported color formats: [[YV12]] | :- Supported color formats: [[YV12]] | ||
<br> | <br> | ||
| − | ==== Required | + | ==== Required Plugins: ==== |
:*[[MaskTools2]] 2.0a48+ | :*[[MaskTools2]] 2.0a48+ | ||
<br> | <br> | ||
Revision as of 00:50, 30 June 2014
| Abstract | |
|---|---|
| Author | Didée |
| Version | 2012/02/01 |
| Download | NonlinUSM script |
| Category | Sharpeners |
| License | |
| Discussion | Doom9 Thread |
Contents |
Description
- Non-linear Unsharp Masking.
Requirements
- - AviSynth 2.5.8 or later
- - Progressive input only
- - Supported color formats: YV12
Required Plugins:
- MaskTools2 2.0a48+
Syntax and Parameters
- NonlinUSM (clip o, float "z", float "pow", float "str", float "rad", float "ldmp")
- clip o =
- Input clip
- clip o =
- float z = 6.0
- zero point
- float z = 6.0
- float pow = 1.6
- power
- float pow = 1.6
- float str = 1.0
- strength
- float str = 1.0
- float rad = 9.0
- radius for "gauss"
- float rad = 9.0
- float ldmp = 0.001
- damping for very small differences
- float ldmp = 0.001
Examples
NonlinUSM with default settings:
AviSource("Blah.avi") NonlinUSM(z=6.0, pow=1.6, str=1.0, rad=9.0, ldmp=0.001)
Changelog
Version Date Changes
2012/02/01 2012/02/01 - Initial public release
External Links
- Doom9 Forum - NonlinUSM discussion.
Back to External Filters ←