YAHR: Difference between revisions
From Avisynth wiki
Jump to navigationJump to search
mNo edit summary |
|||
| Line 15: | Line 15: | ||
::Reduces halos from overenhanced edges. | ::Reduces halos from overenhanced edges. | ||
<br> | <br> | ||
==== Required | == Requirements == | ||
:- AviSynth 2.5.8 or later | |||
:- 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 | |||
==== Required Plugins: ==== | |||
:*[[aWarpSharp]] | :*[[aWarpSharp]] | ||
:*[[MaskTools2]] 2.0a48+ | :*[[MaskTools2]] 2.0a48+ | ||
:*[[MedianBlur]] | :*[[MedianBlur]] | ||
:*[[MinBlur]] | :*[[MinBlur]] | ||
:*[[RemoveGrain]] | :*[[RemoveGrain v1.0b/RemoveGrain|RemoveGrain]] - part of the [[RemoveGrain v1.0b]] package. | ||
:*[ | :*[[RemoveGrain v1.0b/Repair|Repair]] - part of the [[RemoveGrain v1.0b]] package. | ||
<br> | <br> | ||
Revision as of 13:22, 28 January 2014
| Abstract | |
|---|---|
| Author | Didée |
| Version | 1.0 |
| Download | YAHR.avsi |
| Category | Dehalo |
| Requirements |
|
| 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:
- aWarpSharp
- MaskTools2 2.0a48+
- MedianBlur
- MinBlur
- RemoveGrain - part of the RemoveGrain v1.0b package.
- Repair - part of the RemoveGrain v1.0b package.
Syntax and Parameters
- YAHR(clip clp)
- YAHR does not have any 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 does not have any parameters.
Examples
AviSource("Blah.avi") YAHR()
External Links
Post by Didée : link
Follow the discussion in its Doom9 thread.