Abcxyz
From Avisynth wiki
(Difference between revisions)
m (→Requirements:) |
m (→Syntax and Parameters) |
||
Line 22: | Line 22: | ||
== Syntax and Parameters == | == Syntax and Parameters == | ||
− | :{{Template:FuncDef|abcxyz(clip clp, int "rad", int "ss")}} | + | :{{Template:FuncDef|abcxyz (''clip'' clp, ''int'' "rad", ''int'' "ss")}} |
<br> | <br> | ||
− | ::{{ | + | ::{{Par2|clp|clip| }} |
− | + | :::Input clip. | |
+ | <br> | ||
+ | ::{{Par2|rad|float|3.0}} | ||
:::Radius for halo removal. | :::Radius for halo removal. | ||
<br> | <br> | ||
− | ::{{ | + | ::{{Par2|ss|float|1.5}} |
::: Range: 1.0 - ??? | ::: Range: 1.0 - ??? | ||
− | + | ::::Radius for supersampling / {{Template:FuncDef|ss}}=1.0 -> no supersampling. | |
− | ::::Radius for supersampling / ss=1.0 -> no supersampling. | + | |
<br> | <br> | ||
+ | |||
== Examples == | == Examples == | ||
[[AviSource]]("Blah.avi") | [[AviSource]]("Blah.avi") |
Revision as of 17:03, 27 January 2014
Abstract | |
---|---|
Author | Didée |
Version | MT2 |
Download | abcxyz_MT2 |
Category | Dehalo |
Requirements | YV12 |
License | |
Discussion |
Contents |
Description
- Reduces halo artifacts that can occur when sharpening.
Requirements
- - AviSynth 2.5.8 or later
- - Supported color formats: YV12
- - Progressive input only
Required Plugins:
- MaskTools2 2.0a48+
- Repair - part of the RemoveGrain v1.0b package.
Syntax and Parameters
- abcxyz (clip clp, int "rad", int "ss")
- clip clp =
- Input clip.
- clip clp =
- float rad = 3.0
- Radius for halo removal.
- float rad = 3.0
- float ss = 1.5
- Range: 1.0 - ???
- Radius for supersampling / ss=1.0 -> no supersampling.
- Range: 1.0 - ???
- float ss = 1.5
Examples
AviSource("Blah.avi") abcxyz()
Changelog
Changes 2013-10-16: - Changed syntax to use MaskTools2. Output is identical to the original.
Changes 2005-11-02: - Initial release
External Links
- Doom9 Forum - abcxyz Discussion.
Back to External Filters ←