Abcxyz: Difference between revisions

From Avisynth wiki
Jump to navigationJump to search
mNo edit summary
Line 12: Line 12:
<br>
<br>
<br>
<br>
==== Required Filters ====
===== Required Filters: =====
:*[[MaskTools2]] 2.0a48+
:*[[MaskTools2]] 2.0a48+
:*Repair.dll - part of the [[RemoveGrain]] package.
:*Repair.dll - part of the [[RemoveGrain]] package.
Line 24: Line 24:
::Range: 1.0 - 3.0
::Range: 1.0 - 3.0


:::radius for halo removal.
:::Radius for halo removal.
<br>
<br>
:{{Par|ss|float|1.5}}
:{{Par|ss|float|1.5}}

Revision as of 03:54, 9 November 2013

Abstract
Author Didée
Version
Download [[Media:|Media:]]
Category Dehalo
Requirements YV12
License
Discussion

Description

Reduce halo artifacts that can occur when sharpening.

Required Filters:


Syntax and Parameters

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

rx, ry float = 2.0
Range: 1.0 - 3.0
Radius for halo removal.


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


Examples

AviSource("Blah.avi")
abcxyz()


Changelog

 Changes 2013-10-16:
     - Changed syntax to use MaskTools2
Changes 2005-11-02: - Initial release