YAHR: Difference between revisions

From Avisynth wiki
Jump to navigationJump to search
Line 30: Line 30:


== Syntax and Parameters ==
== Syntax and Parameters ==
:{{Template:FuncDef|YAHR(clip clp)}}
:{{Template:FuncDef|YAHR(''clip'' clp)}}
::YAHR does not have any parameters.  
<br>
::{{Par2|clp|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.  
:::"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".  
:::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]
:::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 13:27, 28 January 2014

Abstract
Author Didée
Version 1.0
Download YAHR.avsi
Category Dehalo
Requirements
  • YV12
License
Discussion

Description

Y'et A'nother H'alo R'educing script.
Reduces halos from overenhanced edges.


Requirements

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

Required Plugins:


Syntax and Parameters

YAHR(clip clp)


clip  clp =
Input clip.


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 Repair line with "12" or even "1".
However, things get more n more destructive these ways. (Well, what else?)" - Didée


Examples

AviSource("Blah.avi")
YAHR()


Post by Didée : link

Follow the discussion in its Doom9 thread.