RgTools/BackwardClense

From Avisynth wiki
Revision as of 23:21, 21 June 2014 by Reel.Deal (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Back to RgTools

Contents

Description

Used for cleansing at sharp scene changes. BackwardClense is for the last frame of a scene.


Requirements

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


Syntax and Parameters

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

Personal tools