RgTools/BackwardClense: Difference between revisions

From Avisynth wiki
Jump to navigationJump to search
RgTools/BackwardClense
 
Line 1: Line 1:
'''Back to [[RgTools#Filters|RgTools]] ←'''
'''Back to [[RgTools#Filters|RgTools]] ←'''
== Description ==
== Description ==
: Used for cleansing at sharp scene changes. {{Template:FuncDef|BackwardClense|BackwardClense}} is for the last frame of a scene.
: Modified version of <tt>Clense</tt> that works on current and previous frames.
<br>
<br>



Revision as of 11:28, 10 August 2014

Back to RgTools

Description

Modified version of Clense that works on current and previous frames.


Requirements

- Progressive input only
- Supported color formats: Y8, YV12, YV16, YV24, YV411


BackwardClense (clip, bool "grey")


bool  grey = false
If true, chroma will not be processed nor copied.


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