Abcxyz: Difference between revisions

From Avisynth wiki
Jump to navigationJump to search
m minor reformatting, category
Line 1: Line 1:
{{FilterCat|External_filters|Restoration_filters|Dehalo}}
{{FilterCat4|External_filters|Scripts|Restoration_filters|Dehalo}}
{{Filter
{{Filter3
|Didée
|Didée
| MT2
| MT2
|[[Media:abcxyz_MT2.avsi|abcxyz_MT2]]
|[[Media:abcxyz_MT2.avsi|abcxyz_MT2]]
|Dehalo
|Dehalo
|[[YV12]]
|
|}}
|6=[http://forum.doom9.org/showthread.php?p=732234#post732234 Doom9 Thread]}}


== Description ==
== Description ==
:Reduces halo artifacts that can occur when sharpening.
Reduces halo artifacts that can occur when sharpening.<br>
<br>
<br>
== Requirements ==
== Requirements ==
:- AviSynth 2.5.8 or later
* AviSynth 2.5.8 or later
:- 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  
 
<br>
==== Required Plugins: ====
==== Required Plugins: ====
:*[[MaskTools2]] 2.0a48+
*[[MaskTools2]] 2.0a48+
:*[[RemoveGrain v1.0b/Repair|Repair]] - part of the [[RemoveGrain v1.0b]] package.
*[[RemoveGrain v1.0b/Repair|Repair]] - part of the [[RemoveGrain v1.0b]] package.
<br>
<br>


== Syntax and Parameters ==
== [[Script variables|Syntax and Parameters]] ==
:{{Template:FuncDef|abcxyz (''clip'' "clp", ''int'' "rad", ''int'' "ss")}}
:{{Template:FuncDef|abcxyz (''clip'' "clp", ''int'' "rad", ''int'' "ss")}}
<br>
<br>
Line 50: Line 50:
== 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>
<br>
-----------------------------------------------
-----------------------------------------------
'''Back to [[External_filters#Dehaloing|External Filters]] &larr;'''
'''Back to [[External_filters#Dehaloing|External Filters]] &larr;'''

Revision as of 16:05, 20 September 2014

Abstract
Author Didée
Version MT2
Download abcxyz_MT2
Category Dehalo
License
Discussion Doom9 Thread

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:


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


clip  clp =
Input clip.


float  rad = 3.0
Radius for halo removal.


float  ss = 1.5
Range: 1.0 - ???
Radius for supersampling / ss=1.0 -> no supersampling.


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





Back to External Filters