LazyDering

From Avisynth wiki
(Difference between revisions)
Jump to: navigation, search
(archived links)
m (Required Plugins)
 
Line 18: Line 18:
  
 
==== Required Plugins ====
 
==== Required Plugins ====
 +
Latest versions of the following filters are recommended unless stated otherwise.<br>
 
*[[aWarpSharp2]]
 
*[[aWarpSharp2]]
 
*[[MaskTools2]]
 
*[[MaskTools2]]

Latest revision as of 06:44, 22 February 2015

Abstract
Author Leak, RazorbladeByte
Version 0.1
Download LazyDering_v0.1.avsi
Category Deringing & Mosquito Noise
License
Discussion

Contents

[edit] Description

LazyDering tries to clean up slight ringing around edges by applying aWarpSharp2 only to areas where the difference is small enough so detail isn't destroyed.
LazyDering it's a modified version of aWarpSharpDering.

[edit] Requirements

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

[edit] Required Plugins

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


[edit] Syntax and Parameters

LazyDering(clip source, int "depth",int "diff",int "thr")


clip  source =
Input clip.


int  depth = 32
Depth value of aWarpSharp2.


int  diff = 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  thr = 32
Threshold to prevent dark areas from being hit too hard.


[edit] Examples

LazyDering with default settings:

AviSource("Blah.avi")
LazyDering(depth=32, diff=8, thr=32)


[edit] Changelog

 Circa 2011:
     - Initial release


[edit] External Links




Back to External Filters

Personal tools