RgTools/ForwardClense

From Avisynth wiki
(Difference between revisions)
Jump to: navigation, search
m (minor formatting)
m (Syntax and Parameters)
 
Line 21: Line 21:
 
:::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> planar and cache parameters from the original [[RemoveGrain v1.0b/RemoveGrain/ForwardClense| ForwardClense]] are not implemented.
+
::<span style="color:red">'''Note:'''</span> deprecated <tt>planar</tt> and <tt>cache</tt> parameters from the original [[RemoveGrain v1.0b/RemoveGrain/ForwardClense| ForwardClense]] are not implemented.
 
<br>
 
<br>
 +
 
== Examples ==
 
== Examples ==
 
ForwardClense with default values:
 
ForwardClense with default values:

Latest revision as of 04:37, 14 January 2015


Back to RgTools

Contents

[edit] Description

Modified version of Clense that works on current and next frames.

[edit] Requirements


[edit] Syntax and Parameters

ForwardClense (clip, bool "grey")


clip   =
Input clip must be planar.


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


Note: deprecated planar and cache parameters from the original ForwardClense are not implemented.


[edit] Examples

ForwardClense with default values:

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




Back to RgTools

Personal tools