RgTools/BackwardClense

From Avisynth wiki
Revision as of 04:36, 14 January 2015 by Reel.Deal (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Back to RgTools

Contents

Description

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

Requirements


Syntax and Parameters

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

Personal tools