RemoveGrain v1.0b/RemoveGrain

From Avisynth wiki
(Difference between revisions)
Jump to: navigation, search
m (minor formatting)
m (Filters: typos)
 
(One intermediate revision by one user not shown)
Line 36: Line 36:
 
{{PluginFilterTable2}}
 
{{PluginFilterTable2}}
 
{{PluginFilterRow|RemoveGrain v1.0b/RemoveGrain|BackwardClense|
 
{{PluginFilterRow|RemoveGrain v1.0b/RemoveGrain|BackwardClense|
Used for clensing at sharp scene changes. BackwardClense is for the last frame of a scene.
+
Used for cleansing at sharp scene changes. BackwardClense is for the last frame of a scene.
 
| [[YUY2]], [[YV12]]
 
| [[YUY2]], [[YV12]]
 
}}
 
}}
Line 44: Line 44:
 
}}
 
}}
 
{{PluginFilterRow|RemoveGrain v1.0b/RemoveGrain|ForwardClense|
 
{{PluginFilterRow|RemoveGrain v1.0b/RemoveGrain|ForwardClense|
Used for clensing at sharp scene changes. ForwardClense is for the first frame of a new scene.
+
Used for cleansing at sharp scene changes. ForwardClense is for the first frame of a new scene.
 
| [[YUY2]],[[YV12]]
 
| [[YUY2]],[[YV12]]
 
}}
 
}}
Line 52: Line 52:
 
}}
 
}}
 
{{PluginFilterRow|RemoveGrain v1.0b/RemoveGrain|RemoveGrain|
 
{{PluginFilterRow|RemoveGrain v1.0b/RemoveGrain|RemoveGrain|
Denoising function that includes 27 different modes.
+
Purely spatial denoising function that includes 27 different modes.
 
| [[YUY2]],[[YV12]]
 
| [[YUY2]],[[YV12]]
 
}}
 
}}
 
|}
 
|}
 
<br>
 
<br>
 +
 
==External Links ==
 
==External Links ==
 
<br>
 
<br>

Latest revision as of 04:09, 25 September 2014

Back to RemoveGrain v1.0b

Contents

[edit] Description

RemoveGrain is a denoising plugin included in the RemoveGrain v1.0b 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

  • MSVCR80.DLL


[edit] Filters

Filter Description Color format
BackwardClense

Used for cleansing 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 cleansing 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 27 different modes.

YUY2,YV12


[edit] External Links




Back to RemoveGrain v1.0b

Personal tools