RgTools/ForwardClense: Difference between revisions
From Avisynth wiki
Jump to navigationJump to search
m minor formatting |
|||
| Line 21: | Line 21: | ||
:::If true, chroma will not be processed nor copied. | :::If true, chroma will not be processed nor copied. | ||
<br> | <br> | ||
::<span style="color:red">'''Note:'''</span> planar and cache parameters from the original [[RemoveGrain v1.0b/RemoveGrain/ForwardClense| ForwardClense]] are not implemented. | ::<span style="color:red">'''Note:'''</span> deprecated <tt>planar</tt> and <tt>cache</tt> parameters from the original [[RemoveGrain v1.0b/RemoveGrain/ForwardClense| ForwardClense]] are not implemented. | ||
<br> | <br> | ||
== Examples == | == Examples == | ||
ForwardClense with default values: | ForwardClense with default values: | ||
Latest revision as of 05:37, 14 January 2015
Back to RgTools ←
Description
Modified version of Clense that works on current and next frames.
Requirements
- ForwardClense (clip, bool "grey")
- clip =
- Input clip must be planar.
- clip =
- bool grey = false
- If true, chroma will not be processed nor copied.
- bool grey = false
- Note: deprecated 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 ←