RgTools/ForwardClense
From Avisynth wiki
Back to RgTools ←
Contents |
Description
- Modified version of Clense that works on current and next frames.
Requirements
Syntax and Parameters
- ForwardClense (clip, bool "grey")
- bool grey = false
- If true, chroma will not be processed nor copied.
- bool grey = false
- Note: planar and cache parameters from the original ForwardClense are not implemented.
Examples
ForwardClense with default values:
AviSource("Blah.avi") ForwardClense(grey=false)
Back to RgTools ←