AWarpSharpDering

From Avisynth wiki
(Difference between revisions)
Jump to: navigation, search
m (Requirements: minor formatting)
(update script to use current plugins (v1.1))
Line 2: Line 2:
 
{{Filter3
 
{{Filter3
 
|[http://leak.no-ip.org/AviSynth/ Leak]
 
|[http://leak.no-ip.org/AviSynth/ Leak]
|1.0
+
|1.1
|[aWarpSharpDering]
+
|[[Media:aWarpSharpDering.avsi|aWarpSharpDering.avsi]]
 
|Deringing & Mosquito Noise
 
|Deringing & Mosquito Noise
 
|
 
|
Line 9: Line 9:
  
 
== Description ==
 
== Description ==
Tries to clean up slight ringing around edges by heavily AWarpSharp-ing the image and then applying it only to the areas where the difference is small enough so detail isn't destroyed.<br>
+
Tries to clean up slight ringing around edges by heavily aWarpSharp-ing the image and then applying it only to the areas where the difference is small enough so detail isn't destroyed.<br>
 
<br>
 
<br>
 
== Requirements ==
 
== Requirements ==
Line 18: Line 18:
 
==== Required Plugins ====
 
==== Required Plugins ====
 
Latest versions of the following filters are recommended unless stated otherwise.<br>
 
Latest versions of the following filters are recommended unless stated otherwise.<br>
*[[aWarpSharp2]]
+
*<strike>[[aWarpSharp]]</strike>
 +
*[[aWarpSharp2]] - recommended drop-in replacement for aWarpSharp.
 
*[[MaskTools2]]
 
*[[MaskTools2]]
 
<br>
 
<br>
  
 
== [[Script variables|Syntax and Parameters]] ==
 
== [[Script variables|Syntax and Parameters]] ==
:{{Template:FuncDef|AWarpSharpDering(clip source, int "depth",int "diffthresh",int "lumathresh",int "debug")}}
+
:{{Template:FuncDef|aWarpSharpDering(clip source, int "depth",int "diffthresh",int "lumathresh",int "debug")}}
 
<br>
 
<br>
 
::{{Par2|source|clip| }}
 
::{{Par2|source|clip| }}
Line 29: Line 30:
 
<br>
 
<br>
 
::{{Par2|depth|int|32}}
 
::{{Par2|depth|int|32}}
:::Depth value of [[aWarpSharp2]].
+
:::Depth value of aWarpSharp.
 
<br>
 
<br>
 
::{{Par2|diffthresh|int|8}}
 
::{{Par2|diffthresh|int|8}}
Line 39: Line 40:
 
<br>
 
<br>
 
== Examples ==
 
== Examples ==
AWarpSharpDering with default settings:
+
aWarpSharpDering with default settings:
 
  [[AviSource]]("Blah.avi")
 
  [[AviSource]]("Blah.avi")
  AWarpSharpDering(depth=32, diffthresh=8, lumathresh=32)
+
  aWarpSharpDering(depth=32, diffthresh=8, lumathresh=32)
 
<br>
 
<br>
 
== Changelog ==
 
== Changelog ==
 +
Version      Date            Changes<br>
 +
1.1          2015/06/14      - Update to use MaskTools2 and other minor corrections.
 +
1.0          2006/07/06      - Initial release[http://leak.no-ip.org/AviSynth/AWarpSharpDering/]
 
<br>
 
<br>
 
==External Links ==
 
==External Links ==
*[http://leak.no-ip.org/AviSynth/AWarpSharpDering/ Leak's script/plugin repository]
 
 
<br>
 
<br>
 
<br>
 
<br>
 
-----------------------------------------------
 
-----------------------------------------------
 
'''Back to [[External_filters#Deringing_.26_Mosquito_Noise|External Filters]] &larr;'''
 
'''Back to [[External_filters#Deringing_.26_Mosquito_Noise|External Filters]] &larr;'''

Revision as of 19:48, 14 June 2015

Abstract
Author Leak
Version 1.1
Download aWarpSharpDering.avsi
Category Deringing & Mosquito Noise
License
Discussion

Contents

Description

Tries to clean up slight ringing around edges by heavily aWarpSharp-ing the image and then applying it only to the areas where the difference is small enough so detail isn't destroyed.

Requirements

  • AviSynth 2.5.8 or later
  • Progressive input only
  • Supported color formats: YV12

Required Plugins

Latest versions of the following filters are recommended unless stated otherwise.


Syntax and Parameters

aWarpSharpDering(clip source, int "depth",int "diffthresh",int "lumathresh",int "debug")


clip  source =
Input clip.


int  depth = 32
Depth value of aWarpSharp.


int  diffthresh = 8
Differences between the source and the sharpened clip, larger than this will not be touched.
The smaller the difference the more of the sharpened clip will be used.


int  lumathresh = 32
Since the ringing is mostly notable in bright places this threshold will prevent dark areas from being hit too hard, for instance line work will be preserved.


Examples

aWarpSharpDering with default settings:

AviSource("Blah.avi")
aWarpSharpDering(depth=32, diffthresh=8, lumathresh=32)


Changelog

Version      Date            Changes
1.1 2015/06/14 - Update to use MaskTools2 and other minor corrections. 1.0 2006/07/06 - Initial release[1]


External Links




Back to External Filters

Personal tools