RgTools/Clense

From Avisynth wiki
(Difference between revisions)
Jump to: navigation, search
(RgTools/Clense)
 
m (Description)
Line 1: Line 1:
 
'''Back to [[RgTools#Filters|RgTools]] ←'''
 
'''Back to [[RgTools#Filters|RgTools]] ←'''
 
== Description ==
 
== Description ==
:{{Template:FuncDef|Clense}} is a strong temporal cleaner.  
+
:{{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.  
 
<br>
 
<br>
  

Revision as of 10:23, 10 August 2014

Back to RgTools

Contents

Description

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


Requirements

- Progressive input only
- Supported color formats: Y8, YV12, YV16, YV24, YV411


Syntax and Parameters

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


clip   =
Mandatory input clip.


clip  previous =


clip  next =


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


Note: reduceflicker, planar, and cache parameters from the original Clense are not implemented.


Examples

Clense with default values:

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





Back to RgTools

Personal tools