Abcxyz

From Avisynth wiki
(Difference between revisions)
Jump to: navigation, search
m (External Links)
m (Requirements:)
Line 11: Line 11:
 
:Reduces halo artifacts that can occur when sharpening.
 
:Reduces halo artifacts that can occur when sharpening.
 
<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  
  
==== Required Filters: ====
+
==== Required Plugins: ====
 
:*[[MaskTools2]] 2.0a48+
 
:*[[MaskTools2]] 2.0a48+
:*Repair.dll - part of the [[RemoveGrain]] package.
+
:*[[RemoveGrain v1.0b/Repair|Repair]] - part of the [[RemoveGrain v1.0b]] package.
 
<br>
 
<br>
  

Revision as of 17:00, 27 January 2014

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


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