RgTools/BackwardClense: Difference between revisions

From Avisynth wiki
Jump to navigationJump to search
m minor formatting
 
Line 20: Line 20:
:::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/BackwardClense| BackwardClense]] 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/BackwardClense| BackwardClense]] are not implemented.
<br>
<br>
== Examples ==
== Examples ==
BackwardClense with default values:
BackwardClense with default values:

Latest revision as of 05:36, 14 January 2015


Back to RgTools

Description

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

Requirements


BackwardClense (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 BackwardClense are not implemented.


Examples

BackwardClense with default values:

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




Back to RgTools