RgTools/Clense
From Avisynth wiki
Back to RgTools ←
Contents |
Description
- Clense is a strong temporal cleaner.
Requirements
Syntax and Parameters
- Clense (clip, clip "previous", clip "next", bool "grey")
- clip =
- Mandatory input clip.
- clip =
- clip previous =
- clip previous =
- clip next =
- clip next =
- bool grey = false
- If true, chroma will not be processed nor copied.
- bool grey = false
- Note: reduceflicker, planar, and cache parameters from the original Clense are not implemented.
Examples
Clense with default values:
AviSource("Blah.avi") Clense(grey=false)
Back to RgTools ←