Abcxyz

From Avisynth wiki
(Difference between revisions)
Jump to: navigation, search
m
(minor things)
 
(14 intermediate revisions by one user not shown)
Line 1: Line 1:
{{FilterCat|External_filters|Restoration_filters|Dehalo}}
+
{{FilterCat4|External_filters|Scripts|Restoration_filters|Dehalo}}
{{Filter
+
{{Filter3
 
|Didée
 
|Didée
|
+
| MT2
|[[Media:|Media:]]
+
|[[Media:abcxyz_MT2.avsi|abcxyz_MT2.avsi]]
 
|Dehalo
 
|Dehalo
|[[YV12]]
+
|
|}}
+
|6=[http://forum.doom9.org/showthread.php?p=732234#post732234 Doom9 Thread]}}
 +
== Description ==
 +
Reduces halo artifacts that can occur when sharpening.<br>
 +
<br>
 +
== Requirements ==
 +
* AviSynth 2.5.8 or [http://sourceforge.net/projects/avisynth2/ greater]
 +
* 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
  
== Introduction ==
+
=== Required Plugins ===
Reduce halo artifacts that can occur when sharpening.
+
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 Repair!
 +
Additional [[planar]] colorspaces are supported when using AviSynth 2.6, RgTools, and appropriate MaskTools2.
 
<br>
 
<br>
<br>
 
==== Required Filters ====
 
:*[[MaskTools2]] 2.0a48+
 
:*Repair.dll - part of the [[RemoveGrain]] package.
 
 
<br>
 
<br>
  
== 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>
 +
::{{Par2| |clip| }}
 +
:::Input clip.
 
<br>
 
<br>
:{{Par|rx, ry|float|2.0}}
+
::{{Par2|rad|float|3.0}}
::Range: 1.0 - 3.0
+
:::Radius for halo removal.
 
+
:::radius for halo removal.
+
 
<br>
 
<br>
:{{Par|ss|float|1.5}}
+
::{{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 ==
 +
abcxyz with default values.
 
  [[AviSource]]("Blah.avi")
 
  [[AviSource]]("Blah.avi")
  abcxyz()
+
  abcxyz(rad=3.0, ss=1.5)
 
<br>
 
<br>
 +
 
== 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.
 +
<br>
 +
<br>
 +
-----------------------------------------------
 +
'''Back to [[External_filters#Dehaloing|External Filters]] &larr;'''

Latest revision as of 03:22, 26 July 2015

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

Contents

[edit] Description

Reduces halo artifacts that can occur when sharpening.

[edit] Requirements

[edit] Required Plugins

Latest versions of the following filters are recommended unless stated otherwise.

Additional planar colorspaces are supported when using AviSynth 2.6, RgTools, and appropriate MaskTools2.

[edit] Syntax and Parameters

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


clip   =
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.


[edit] Examples

abcxyz with default values.

AviSource("Blah.avi")
abcxyz(rad=3.0, ss=1.5)


[edit] Changelog

 Changes 2013-10-16:
     - Changed syntax to use MaskTools2. 
     - Output is identical to the original.
Changes 2005-11-02: - Initial release


[edit] External Links




Back to External Filters

Personal tools