NonlinUSM

From Avisynth wiki
(Difference between revisions)
Jump to: navigation, search
m (link)
m (External Links: add link)
Line 54: Line 54:
 
== External Links ==
 
== External Links ==
 
*[http://forum.doom9.org/showthread.php?p=1555234 Doom9 Forum] - NonlinUSM discussion.
 
*[http://forum.doom9.org/showthread.php?p=1555234 Doom9 Forum] - NonlinUSM discussion.
 +
*[http://forum.doom9.org/showthread.php?t=171050&highlight=nonlinusm Doom9 Forum] - Usage examples.
 
<br>
 
<br>
 
<br>
 
<br>

Revision as of 12:56, 7 September 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:



Syntax and Parameters

NonlinUSM (clip o, float "z", float "pow", float "str", float "rad", float "ldmp")


clip  o =
Input clip


float  z = 6.0
zero point


float  pow = 1.6
power


float  str = 1.0
strength


float  rad = 9.0
radius for "gauss"


float  ldmp = 0.001
damping for very small differences


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





Back to External Filters

Personal tools