RgTools/BackwardClense
From Avisynth wiki
Back to RgTools ←
Contents |
Description
- Used for cleansing at sharp scene changes. BackwardClense is for the last frame of a scene.
Requirements
Syntax and Parameters
- BackwardClense (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 BackwardClense are not implemented.
Examples
BackwardClense with default values:
AviSource("Blah.avi") BackwardClense(grey=false)
Back to RgTools ←