YAHR

From Avisynth wiki
(Difference between revisions)
Jump to: navigation, search
m (minor reformatting, category)
m (minor touchup)
Line 15: Line 15:
 
* [[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
 
* Supported color formats: [[YV12]]
 
* Supported color formats: [[YV12]]
<br>
+
 
==== Required Plugins: ====
+
=== Required Plugins ===
*[[aWarpSharp]]
+
*<strike>[[aWarpSharp]]</strike>
*[[MaskTools2]] 2.0a48+
+
*[[aWarpSharp2]] - recommended drop-in replacement for aWarpSharp.
*[[MedianBlur]]
+
*[[MaskTools2]]
 +
*<strike>[[MedianBlur]]</strike>
 +
*[[MedianBlur2]] - recommended drop-in replacement for MedianBlur.
 
*[[MinBlur]]
 
*[[MinBlur]]
*[[RemoveGrain v1.0b/RemoveGrain|RemoveGrain]] - part of the [[RemoveGrain v1.0b]] package.
+
*<strike>RemoveGrain and Repair - part of the [[RemoveGrain v1.0b]] package.</strike>
*[[RemoveGrain v1.0b/Repair|Repair]] - part of the [[RemoveGrain v1.0b]] package.
+
*[[RgTools]] - recommended drop-in replacement for RemoveGrain & Repair!
 
<br>
 
<br>
 
== [[Script variables|Syntax and Parameters]] ==
 
== [[Script variables|Syntax and Parameters]] ==
 +
YAHR only take an input clip and does not have any other parameters.<br>
 +
"An easy way to get it stronger is to just call it two times. For a stronger effect with one instance, replace the "13" in the [[RgTools/Repair|Repair]] line with "12" or even "1". However, things get more n more destructive these ways. (Well, what else?)" - [http://forum.doom9.org/showpost.php?p=1205878&postcount=13 Didée]
 +
<br>
 +
<br>
 
:{{Template:FuncDef|YAHR (''clip'' clp)}}
 
:{{Template:FuncDef|YAHR (''clip'' clp)}}
 
<br>
 
<br>
 
::{{Par2|clp|clip| }}
 
::{{Par2|clp|clip| }}
 
:::Input clip.
 
:::Input clip.
<br>
 
::YAHR does not have any other parameters.
 
::"An easy way to get it stronger is to just call it two times. For a stronger effect with one instance, replace the "13" in the [[RemoveGrain v1.0b/Repair/Repair|Repair]] line with "12" or even "1". However, things get more n more destructive these ways. (Well, what else?)" - [http://forum.doom9.org/showpost.php?p=1205878&postcount=13 Didée]
 
 
<br>
 
<br>
  

Revision as of 15:47, 25 January 2015

Abstract
Author Didée
Version 1.0
Download YAHR.avsi
Category Dehalo
License
Discussion Doom9 Thread

Contents

Description

Y'et A'nother H'alo R'educing script to reduce halos from over enhanced edges.

Requirements

  • AviSynth 2.5.8 or later
  • Progressive input only
  • Supported color formats: YV12

Required Plugins


Syntax and Parameters

YAHR only take an input clip and does not have any other parameters.
"An easy way to get it stronger is to just call it two times. For a stronger effect with one instance, replace the "13" in the Repair line with "12" or even "1". However, things get more n more destructive these ways. (Well, what else?)" - Didée

YAHR (clip clp)


clip  clp =
Input clip.


Examples

AviSource("Blah.avi")
YAHR()


External Links




Back to External Filters

Personal tools