Abcxyz

From Avisynth wiki
(Difference between revisions)
Jump to: navigation, search
m
m (External Links)
Line 45: Line 45:
 
<br>
 
<br>
 
== External Links ==
 
== External Links ==
:* [http://forum.doom9.org/showthread.php?p=732234#post732234 Doom9 Forum] - abcxyz Discussion.
+
* [http://forum.doom9.org/showthread.php?p=732234#post732234 Doom9 Forum] - abcxyz Discussion.
 
<br>
 
<br>
 
<br>
 
<br>

Revision as of 17:11, 25 December 2013

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 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


External Links





Back to External Filters

Personal tools