Abcxyz: Difference between revisions

From Avisynth wiki
Jump to navigationJump to search
mNo edit summary
No edit summary
Line 2: Line 2:
{{Filter
{{Filter
|Didée
|Didée
|
| MT2
|[[Media:|Media:]]
|[[Media:abcxyz_MT2.avsi|abcxyz_MT2]]
|Dehalo
|Dehalo
|[[YV12]]
|[[YV12]]
Line 9: Line 9:


== Description ==
== Description ==
Reduce halo artifacts that can occur when sharpening.
:Reduces halo artifacts that can occur when sharpening.
<br>
<br>
<br>
==== Requirements: ====
:- AviSynth 2.5.8 or later
:- Supported color formats: [[YV12]]
===== Required Filters: =====
===== Required Filters: =====
:*[[MaskTools2]] 2.0a48+
::*[[MaskTools2]] 2.0a48+
:*Repair.dll - part of the [[RemoveGrain]] package.
::*Repair.dll - part of the [[RemoveGrain]] package.
<br>
<br>


== 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>
<br>
::{{Par|rad|float|3.0}}
:{{Par|rx, ry|float|2.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}}
:: Range: 1.0 - ???
::: Range: 1.0 - ???


:::Radius for supersampling / ss=1.0 -> no supersampling.
::::Radius for supersampling / ss=1.0 -> no supersampling.
<br>
<br>
== Examples ==
== Examples ==
  [[AviSource]]("Blah.avi")
  [[AviSource]]("Blah.avi")
  abcxyz()
  abcxyz()
Line 39: Line 38:
== Changelog ==
== Changelog ==
   Changes 2013-10-16:
   Changes 2013-10-16:
       - Changed syntax to use MaskTools2<br>
       - Changed syntax to use MaskTools2.
        Output is identical to the original.<br>
   Changes [http://forum.doom9.org/showpost.php?p=732234&postcount=4 2005-11-02:]
   Changes [http://forum.doom9.org/showpost.php?p=732234&postcount=4 2005-11-02:]
       - Initial release
       - Initial release
<br>
<br>
== External Links ==
== External Links ==
:* [http://forum.doom9.org/showthread.php?p=732234#post732234 Doom9 Forum] - abcxyz Discussion.

Revision as of 05:25, 22 November 2013

Abstract
Author Didée
Version MT2
Download abcxyz_MT2
Category Dehalo
Requirements YV12
License
Discussion

Description

Reduces halo artifacts that can occur when sharpening.


Requirements:

- AviSynth 2.5.8 or later
- Supported color formats: YV12
Required Filters:


Syntax and Parameters

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


rad float = 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.
       Output is identical to the original.
Changes 2005-11-02: - Initial release