RgTools/ForwardClense: Difference between revisions

From Avisynth wiki
Jump to navigationJump to search
m category
Line 1: Line 1:
[[Category:Plugin_Filters]]
[[Category:Temporal_Denoisers]]
'''Back to [[RgTools#Filters|RgTools]] ←'''
'''Back to [[RgTools#Filters|RgTools]] ←'''
== Description ==
== Description ==

Revision as of 23:45, 23 August 2014

Back to RgTools

Description

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


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