Abcxyz
From Avisynth wiki
(Difference between revisions)
m |
m (→Parameters) |
||
Line 17: | Line 17: | ||
<br> | <br> | ||
− | == Parameters == | + | == Syntax and Parameters == |
{{Template:FuncDef|abcxyz(clip clp, int "rad", int "ss")}} | {{Template:FuncDef|abcxyz(clip clp, int "rad", int "ss")}} | ||
<br> | <br> | ||
Line 31: | Line 31: | ||
:::Radius for supersampling / ss=1.0 -> no supersampling. | :::Radius for supersampling / ss=1.0 -> no supersampling. | ||
<br> | <br> | ||
+ | |||
== Examples == | == Examples == | ||
Revision as of 04:33, 8 November 2013
Abstract | |
---|---|
Author | Didée |
Version | |
Download | [[Media:|Media:]] |
Category | Dehalo |
Requirements | YV12 |
License | |
Discussion |
Contents |
Introduction
Reduce halo artifacts that can occur when sharpening.
Required Filters
- MaskTools2 2.0a48+
- Repair.dll - part of the RemoveGrain package.
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