RemoveGrain v0.9/RemoveGrain

From Avisynth wiki
(Difference between revisions)
Jump to: navigation, search
(RemoveGrain)
 
m (minor formatting)
 
(5 intermediate revisions by one user not shown)
Line 1: Line 1:
 +
{{FilterCat|External_filters|Plugins|Denoisers}}
 
'''Back to [[RemoveGrain v0.9]] ←'''
 
'''Back to [[RemoveGrain v0.9]] ←'''
 
== Description ==
 
== Description ==
:RemoveGrain is a denoising plugin included in the [[RemoveGrain v0.9]] package.  
+
RemoveGrain is a denoising plugin included in the [[RemoveGrain v0.9]] package.
 +
<br>
 +
There are 4 versions of RemoveGrain:
 +
 
 +
:{| class="wikitable" border="1"; width="700px"
 +
|-
 +
!!width="200px"| Name
 +
!!width="500px"| Comments
 +
|-
 +
|RemoveGrainS.dll
 +
|Statically linked [[SSE]] version.
 +
|-
 +
|RemoveGrain.dll
 +
|Dynamically linked [[SSE]] version.
 +
|-
 +
|RemoveGrainSSE2.dll
 +
|Dynamically linked [[SSE2]] version.
 +
|-
 +
|RemoveGrainSSE3.dll
 +
|Dynamically linked [[SSE3]] version. [NOT RECOMMENDED]
 +
|-
 +
! colspan="2"| *RemoveGrainSSE2.dll is highly recommended as it's considered to be the most compatible and stable.
 +
|}
 
<br>
 
<br>
 
== Requirements ==
 
== Requirements ==
 +
* AviSynth 2.5.8 or later
 +
* [[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: [[YUY2]], [[YV12]]
 +
 +
* MSVCR71.DLL
 
<br>
 
<br>
 
== Filters ==
 
== Filters ==
{{PluginFilterTable}}
+
{{PluginFilterTable2}}
 
{{PluginFilterRow|RemoveGrain v0.9/RemoveGrain|BackwardClense|
 
{{PluginFilterRow|RemoveGrain v0.9/RemoveGrain|BackwardClense|
 
Used for clensing at sharp scene changes. BackwardClense is for the last frame of a scene.
 
Used for clensing at sharp scene changes. BackwardClense is for the last frame of a scene.
Line 29: Line 57:
 
|}
 
|}
 
<br>
 
<br>
== Links ==
+
 
<br>
+
==External Links ==
 
<br>
 
<br>
 
<br>
 
<br>
 
-----------------------------------------------
 
-----------------------------------------------
'''Back to [[RemoveGrain v1.0b]] &larr;'''
+
'''Back to [[RemoveGrain v0.9]] &larr;'''

Latest revision as of 02:12, 25 September 2014

Back to RemoveGrain v0.9

Contents

 [hide

[edit] Description

RemoveGrain is a denoising plugin included in the RemoveGrain v0.9 package.
There are 4 versions of RemoveGrain:

Name Comments
RemoveGrainS.dll Statically linked SSE version.
RemoveGrain.dll Dynamically linked SSE version.
RemoveGrainSSE2.dll Dynamically linked SSE2 version.
RemoveGrainSSE3.dll Dynamically linked SSE3 version. [NOT RECOMMENDED]
*RemoveGrainSSE2.dll is highly recommended as it's considered to be the most compatible and stable.


[edit] Requirements

  • MSVCR71.DLL


[edit] Filters

Filter Description Color format
BackwardClense

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

YUY2, YV12
Clense

Clense is a very brutal temporal cleaner.

YUY2,YV12
ForwardClense

Used for clensing at sharp scene changes. ForwardClense is for the first frame of a new scene.

YUY2,YV12
MCClense

Motion Compensated Clense.

YUY2,YV12
RemoveGrain

Purely spatial denoising function that includes 18 different modes.

YUY2,YV12


[edit] External Links




Back to RemoveGrain v0.9

Personal tools