RgTools/BackwardClense
From Avisynth wiki
(Difference between revisions)
m (→Description) |
m (category) |
||
Line 1: | Line 1: | ||
+ | [[Category:Plugin_Filters]] | ||
+ | [[Category:Temporal_Denoisers]] | ||
'''Back to [[RgTools#Filters|RgTools]] ←''' | '''Back to [[RgTools#Filters|RgTools]] ←''' | ||
== Description == | == Description == |
Revision as of 22:45, 23 August 2014
Back to RgTools ←
Contents |
Description
- Modified version of Clense that works on current and previous frames.
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 ←