Abcxyz
From Avisynth wiki
(Difference between revisions)
m (minor reformatting, category) |
m (minor edits) |
||
Line 3: | Line 3: | ||
|Didée | |Didée | ||
| MT2 | | MT2 | ||
− | |[[Media:abcxyz_MT2.avsi|abcxyz_MT2]] | + | |[[Media:abcxyz_MT2.avsi|abcxyz_MT2.avsi]] |
|Dehalo | |Dehalo | ||
| | | | ||
|6=[http://forum.doom9.org/showthread.php?p=732234#post732234 Doom9 Thread]}} | |6=[http://forum.doom9.org/showthread.php?p=732234#post732234 Doom9 Thread]}} | ||
− | |||
== Description == | == Description == | ||
Reduces halo artifacts that can occur when sharpening.<br> | Reduces halo artifacts that can occur when sharpening.<br> | ||
Line 15: | Line 14: | ||
* Supported color formats: [[YV12]] | * Supported color formats: [[YV12]] | ||
* [[FAQ_different_types_content#How_do_I_recognize_progressive.2C_interlaced.2C_telecined.2C_hybrid_and_blended_content.3F|Progressive]] input only | * [[FAQ_different_types_content#How_do_I_recognize_progressive.2C_interlaced.2C_telecined.2C_hybrid_and_blended_content.3F|Progressive]] input only | ||
− | + | ||
− | + | === Required Plugins === | |
− | *[[MaskTools2]] | + | Latest versions of the following filters are recommended unless stated otherwise.<br> |
− | * | + | *[[MaskTools2]] |
+ | *<strike>Repair - part of the [[RemoveGrain v1.0b]] package.</strike> | ||
+ | *[[RgTools]] - recommended drop-in replacement for RemoveGrain! | ||
<br> | <br> | ||
Revision as of 05:54, 22 February 2015
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
- AviSynth 2.5.8 or later
- Supported color formats: YV12
- Progressive input only
Required Plugins
Latest versions of the following filters are recommended unless stated otherwise.
- MaskTools2
Repair - part of the RemoveGrain v1.0b package.- RgTools - recommended drop-in replacement for RemoveGrain!
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
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
- Doom9 Forum - abcxyz Discussion.
Back to External Filters ←