RgTools/BackwardClense
From Avisynth wiki
(Difference between revisions)
m (minor formatting) |
m (→Syntax and Parameters) |
||
Line 20: | Line 20: | ||
:::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/BackwardClense| BackwardClense]] 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/BackwardClense| BackwardClense]] are not implemented. |
<br> | <br> | ||
+ | |||
== Examples == | == Examples == | ||
BackwardClense with default values: | BackwardClense with default values: |
Latest revision as of 04:36, 14 January 2015
Back to RgTools ←
Contents |
[edit] Description
Modified version of Clense that works on current and previous frames.
[edit] Requirements
[edit] Syntax and Parameters
- BackwardClense (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 BackwardClense are not implemented.
[edit] Examples
BackwardClense with default values:
AviSource("Blah.avi") BackwardClense(grey=false)
Back to RgTools ←