AWarpSharpDering

From Avisynth wiki
Revision as of 22:25, 15 October 2013 by Reel.Deal (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Abstract
Author Leak
Version 1.0
Download [aWarpSharpDering]
Category Deringing & Mosquito Noise
Requirements
  • YV12
License
Discussion

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

Contents

Introduction

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.

Requires Filters

Description

depth int = 32
Depth value of aWarpSharp2.
diffthresh int = 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.
lumathresh int = 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

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

Changelog

Links

- Leak's script/plugin repository

Personal tools