RgTools/ForwardClense

From Avisynth wiki
Revision as of 00:31, 22 June 2014 by Reel.Deal (talk | contribs) (RgTools/ForwardClense)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Back to RgTools

Description

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


Requirements

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


ForwardClense (clip, bool "grey")


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


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