RemoveGrain v1.0b/RemoveGrain/MCClense

From Avisynth wiki
Jump to: navigation, search

Back to RemoveGrain

Contents

Description

Motion Compensated Clense. MCClense applies minmax clipping with respect to two frames (with the same frame number) from two neighbor clips. One clip is the forward motion compensated and the other the backward motion compensated clip. MCClense of course uses the same low level routine as Clense.

Requirements


Syntax and Parameters

MCClense (clip, clip, clip, bool "grey", bool "reduceflicker", bool "planar", int "cache")


clip   =
Input clip.


clip   =
Input clip assume to be the forward motion compensated clip.


clip   =
Input clip assume to be the backward motion compensated clip.


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


bool  reduceflicker = true
If false, the old Clense blending behavior will be used.


bool  planar = false
See SSETools Interleaved2Planar.


int  cache = 2
Cache


Examples

MCClense with default values:

AviSource("Blah.avi")
MCClense(grey=false, reduceflicker=true, planar=false, cache=2)


External Links




Back to RemoveGrain

Personal tools