RgTools/ForwardClense

From Avisynth wiki
Jump to: navigation, search


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