Abcxyz

From Avisynth wiki
Revision as of 03:22, 26 July 2015 by Reel.Deal (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Abstract
Author Didée
Version MT2
Download abcxyz_MT2.avsi
Category Dehalo
License
Discussion Doom9 Thread

Contents

Description

Reduces halo artifacts that can occur when sharpening.

Requirements

Required Plugins

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

Additional planar colorspaces are supported when using AviSynth 2.6, RgTools, and appropriate MaskTools2.

Syntax and Parameters

abcxyz (clip clp, int "rad", int "ss")


clip   =
Input clip.


float  rad = 3.0
Radius for halo removal.


float  ss = 1.5
Range: 1.0 - ???
Radius for supersampling / ss=1.0 -> no supersampling.


Examples

abcxyz with default values.

AviSource("Blah.avi")
abcxyz(rad=3.0, ss=1.5)


Changelog

 Changes 2013-10-16:
     - Changed syntax to use MaskTools2. 
     - Output is identical to the original.
Changes 2005-11-02: - Initial release


External Links




Back to External Filters

Personal tools