YAHR

From Avisynth wiki
(Difference between revisions)
Jump to: navigation, search
m (External Links)
m (Required Plugins: add note)
 
(2 intermediate revisions by one user not shown)
Line 1: Line 1:
{{FilterCat|External_filters|Restoration_filters|Dehalo}}
+
{{FilterCat4|External_filters|scripts|Restoration_filters|Dehalo}}
{{Filter
+
{{Filter3
 
|Didée
 
|Didée
 
|1.0
 
|1.0
Line 6: Line 6:
 
|Dehalo
 
|Dehalo
 
|
 
|
* YV12
+
|6=[http://forum.doom9.org/showthread.php?p=1205653 Doom9 Thread]}}
|}}
+
  
 
== Description ==
 
== Description ==
 
+
'''Y''''et '''A''''nother '''H''''alo '''R''''educing script to reduce halos from over enhanced edges.<br>
:'''Y''''et '''A''''nother '''H''''alo '''R''''educing script.
+
 
+
::Reduces halos from overenhanced edges.
+
 
<br>
 
<br>
 
== Requirements ==
 
== Requirements ==
:- AviSynth 2.5.8 or later
+
* 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
:- [[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]]
  
==== Required Plugins: ====
+
=== Required Plugins ===
:*[[aWarpSharp]]
+
Latest version of the following plugins are recommended unless stated otherwise.<br>
:*[[MaskTools2]] 2.0a48+
+
*<strike>[[aWarpSharp]]</strike>
:*[[MedianBlur]]
+
*[[aWarpSharp2]] - recommended drop-in replacement for aWarpSharp.
:*[[MinBlur]]
+
*[[MaskTools2]]
:*[[RemoveGrain v1.0b/RemoveGrain|RemoveGrain]] - part of the [[RemoveGrain v1.0b]] package.
+
*<strike>[[MedianBlur]]</strike>
:*[[RemoveGrain v1.0b/Repair|Repair]] - part of the [[RemoveGrain v1.0b]] package.
+
*[[MedianBlur2]] - recommended drop-in replacement for MedianBlur.
 +
*[[MinBlur]]
 +
*<strike>RemoveGrain and Repair - part of the [[RemoveGrain v1.0b]] package.</strike>
 +
*[[RgTools]] - recommended drop-in replacement for RemoveGrain & Repair!
 
<br>
 
<br>
  
== 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>
  
 
== Examples ==
 
== Examples ==
 
 
  [[AviSource]]("Blah.avi")
 
  [[AviSource]]("Blah.avi")
 
  YAHR()
 
  YAHR()
Line 48: Line 45:
 
== External Links ==
 
== External Links ==
 
*[http://forum.doom9.org/showthread.php?p=1205653 Doom9 Forum] - YAHR discussion.
 
*[http://forum.doom9.org/showthread.php?p=1205653 Doom9 Forum] - YAHR discussion.
<br>
 
 
<br>
 
<br>
 
<br>
 
<br>
 
-----------------------------------------------
 
-----------------------------------------------
 
'''Back to [[External_filters#Dehaloing|External Filters]] &larr;'''
 
'''Back to [[External_filters#Dehaloing|External Filters]] &larr;'''

Latest revision as of 17:43, 31 October 2015

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

Contents

[edit] Description

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

[edit] Requirements

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

[edit] Required Plugins

Latest version of the following plugins are recommended unless stated otherwise.


[edit] 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.


[edit] Examples

AviSource("Blah.avi")
YAHR()


[edit] External Links




Back to External Filters

Personal tools