RgTools/ForwardClense: Difference between revisions
From Avisynth wiki
Jump to navigationJump to search
RgTools/ForwardClense |
|||
| Line 1: | Line 1: | ||
'''Back to [[RgTools#Filters|RgTools]] ←''' | '''Back to [[RgTools#Filters|RgTools]] ←''' | ||
== Description == | == Description == | ||
: | : Modified version of <tt>Clense</tt> that works on current and next frames. | ||
<br> | <br> | ||
Revision as of 11:30, 10 August 2014
Back to RgTools ←
Description
- Modified version of Clense that works on current and next frames.
Requirements
- ForwardClense (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 ForwardClense are not implemented.
Examples
ForwardClense with default values:
AviSource("Blah.avi") ForwardClense(grey=false)
Back to RgTools ←