YAHR: Difference between revisions
From Avisynth wiki
Jump to navigationJump to 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]] | ||
=== Required Plugins === | |||
*[[aWarpSharp]] | *<strike>[[aWarpSharp]]</strike> | ||
*[[MaskTools2]] | *[[aWarpSharp2]] - recommended drop-in replacement for aWarpSharp. | ||
*[[MedianBlur]] | *[[MaskTools2]] | ||
*<strike>[[MedianBlur]]</strike> | |||
*[[MedianBlur2]] - recommended drop-in replacement for MedianBlur. | |||
*[[MinBlur]] | *[[MinBlur]] | ||
* | *<strike>RemoveGrain and Repair - part of the [[RemoveGrain v1.0b]] package.</strike> | ||
*[[ | *[[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> | <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 |
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
aWarpSharp- aWarpSharp2 - recommended drop-in replacement for aWarpSharp.
- MaskTools2
MedianBlur- MedianBlur2 - recommended drop-in replacement for MedianBlur.
- MinBlur
RemoveGrain and Repair - part of the RemoveGrain v1.0b package.- RgTools - recommended drop-in replacement for RemoveGrain & Repair!
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.
- clip clp =
Examples
AviSource("Blah.avi") YAHR()
External Links
- Doom9 Forum - YAHR discussion.
Back to External Filters ←