RgTools/BackwardClense

From Avisynth wiki
(Difference between revisions)
Jump to: navigation, search
m (category)
m (Syntax and Parameters)
 
(One intermediate revision by one user not shown)
Line 1: Line 1:
[[Category:Plugin_Filters]]
+
{{FilterCat4|External_filters|Plugin_functions|Denoisers|Temporal_denoisers}}
[[Category:Temporal_Denoisers]]
+
 
 
'''Back to [[RgTools#Filters|RgTools]] ←'''
 
'''Back to [[RgTools#Filters|RgTools]] ←'''
 +
<br>
 
== Description ==
 
== Description ==
: Modified version of <tt>Clense</tt> that works on current and previous frames.
+
Modified version of <tt>Clense</tt> that works on current and previous frames.<br>
 
<br>
 
<br>
 
 
== Requirements ==
 
== Requirements ==
:- [[FAQ_different_types_content#How_do_I_recognize_progressive.2C_interlaced.2C_telecined.2C_hybrid_and_blended_content.3F|Progressive]] input only  
+
* [[FAQ_different_types_content#How_do_I_recognize_progressive.2C_interlaced.2C_telecined.2C_hybrid_and_blended_content.3F|Progressive]] input only  
:- Supported color formats: [[Y8]], [[YV12]], [[YV16]], [[YV24]], [[YV411]]
+
* Supported color formats: [[Y8]], [[YV12]], [[YV16]], [[YV24]], [[YV411]]
 
<br>
 
<br>
  
 
== [[Script variables|Syntax and Parameters]] ==
 
== [[Script variables|Syntax and Parameters]] ==
 
:{{Template:FuncDef|BackwardClense (''clip'', ''bool'' "grey")}}
 
:{{Template:FuncDef|BackwardClense (''clip'', ''bool'' "grey")}}
 +
<br>
 +
::{{Par2| |clip| }}
 +
:::Input clip must be [[planar]].
 
<br>
 
<br>
 
::{{Par2|grey|bool|false}}
 
::{{Par2|grey|bool|false}}
 
:::If true, chroma will not be processed nor copied.
 
:::If true, chroma will not be processed nor copied.
 
<br>
 
<br>
::<span style="color:red">'''Note:'''</span> planar and cache parameters from the original [[RemoveGrain v1.0b/RemoveGrain/BackwardClense| BackwardClense]] are not implemented.
+
::<span style="color:red">'''Note:'''</span> deprecated <tt>planar</tt> and <tt>cache</tt> parameters from the original [[RemoveGrain v1.0b/RemoveGrain/BackwardClense| BackwardClense]] are not implemented.
 
<br>
 
<br>
 +
 
== Examples ==
 
== Examples ==
 
BackwardClense with default values:
 
BackwardClense with default values:
Line 24: Line 28:
 
  BackwardClense(grey=false)
 
  BackwardClense(grey=false)
  
<br>
 
 
<br>
 
<br>
 
<br>
 
<br>
 
-----------------------------------------------
 
-----------------------------------------------
 
'''Back to [[RgTools#Filters|RgTools]] &larr;'''
 
'''Back to [[RgTools#Filters|RgTools]] &larr;'''

Latest revision as of 04:36, 14 January 2015


Back to RgTools

Contents

[edit] Description

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

[edit] Requirements


[edit] Syntax and Parameters

BackwardClense (clip, bool "grey")


clip   =
Input clip must be planar.


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


Note: deprecated planar and cache parameters from the original BackwardClense are not implemented.


[edit] Examples

BackwardClense with default values:

AviSource("Blah.avi")
BackwardClense(grey=false)




Back to RgTools

Personal tools