RgTools/Clense

From Avisynth wiki
(Difference between revisions)
Jump to: navigation, search
m (category)
m (Syntax and Parameters)
 
(4 intermediate revisions by one user not shown)
Line 1: Line 1:
[[Category:Plugin_Filters]]
+
{{FilterCat4|External_filters|Plugin_functions|Denoisers|Temporal_denoisers}}
[[Category:Temporal_Denoisers]]
+
 
 
'''Back to [[RgTools#Filters|RgTools]] ←'''
 
'''Back to [[RgTools#Filters|RgTools]] ←'''
 +
 
== Description ==
 
== Description ==
:{{Template:FuncDef|Clense}} is a Temporal median of three frames. Identical to [[MedianBlur2|MedianBlurTemporal(0,0,0,1)]] but a lot faster. Can be used as a building block for many fancy medians.
+
{{Template:FuncDef|Clense}} is a Temporal median of three frames, this filter can be used as a building block for many fancy medians. {{Template:FuncDef|Clense}} is identical to [[MedianBlur2|MedianBlurTemporal(0,0,0,1)]] but a lot faster.
 +
<br>
 
<br>
 
<br>
  
 
== Requirements ==
 
== Requirements ==
:- [[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: [[Y8]], [[YV12]], [[YV16]], [[YV24]], [[YV411]]
+
* Supported color formats: [[Y8]], [[YV12]], [[YV16]], [[YV24]], [[YV411]]
 
<br>
 
<br>
  
Line 15: Line 17:
 
<br>
 
<br>
 
::{{Par2| |clip| }}
 
::{{Par2| |clip| }}
:::Mandatory input clip.
+
:::Input clip must be [[planar]].
 
<br>
 
<br>
 
::{{Par2|previous|clip| }}
 
::{{Par2|previous|clip| }}
 +
:::Optional clip.
 
<br>
 
<br>
 
::{{Par2|next|clip| }}
 
::{{Par2|next|clip| }}
 +
:::Optional clip.
 
<br>
 
<br>
 
::{{Par2|grey|bool|false}}
 
::{{Par2|grey|bool|false}}
 
:::If true, chroma will not be processed nor copied.
 
:::If true, chroma will not be processed nor copied.
 
<br>
 
<br>
::<span style="color:red">'''Note:'''</span> reduceflicker, planar, and cache parameters from the original [[RemoveGrain v1.0b/RemoveGrain/Clense| Clense]] are not implemented.
+
::<span style="color:red">'''Note:'''</span> deprecated <tt>reduceflicker</tt>, <tt>planar</tt>, and <tt>cache</tt> parameters from the original [[RemoveGrain v1.0b/RemoveGrain/Clense| Clense]] are not implemented. This version also includes the <tt>{{Template:FuncDef|previous}}</tt> and <tt>{{Template:FuncDef|next}}</tt> parameters from Clense in RemoveGrainT v1.0pre which were not available in the original Clense.
 
<br>
 
<br>
 +
 
== Examples ==
 
== Examples ==
 
Clense with default values:
 
Clense with default values:
Line 31: Line 36:
 
  Clense(grey=false)
 
  Clense(grey=false)
  
<br>
 
 
<br>
 
<br>
 
<br>
 
<br>
 
-----------------------------------------------
 
-----------------------------------------------
 
'''Back to [[RgTools#Filters|RgTools]] &larr;'''
 
'''Back to [[RgTools#Filters|RgTools]] &larr;'''

Latest revision as of 05:00, 14 January 2015


Back to RgTools

Contents

[edit] Description

Clense is a Temporal median of three frames, this filter can be used as a building block for many fancy medians. Clense is identical to MedianBlurTemporal(0,0,0,1) but a lot faster.

[edit] Requirements


[edit] Syntax and Parameters

Clense (clip, clip "previous", clip "next", bool "grey")


clip   =
Input clip must be planar.


clip  previous =
Optional clip.


clip  next =
Optional clip.


bool  grey = false
If true, chroma will not be processed nor copied.


Note: deprecated reduceflicker, planar, and cache parameters from the original Clense are not implemented. This version also includes the previous and next parameters from Clense in RemoveGrainT v1.0pre which were not available in the original Clense.


[edit] Examples

Clense with default values:

AviSource("Blah.avi")
Clense(grey=false)




Back to RgTools

Personal tools