RemoveGrain v1.0b/RSharpen
From Avisynth wiki
(Difference between revisions)
m (versions) |
m (category) |
||
Line 1: | Line 1: | ||
+ | [[Category:Plugins]] | ||
+ | [[Category:Sharpeners]] | ||
'''Back to [[RemoveGrain v1.0b]] ←''' | '''Back to [[RemoveGrain v1.0b]] ←''' | ||
== Description == | == Description == |
Revision as of 23:07, 23 August 2014
Back to RemoveGrain v1.0b ←
Contents |
Description
- RSharpen is a sharpening plugin included in the RemoveGrain v1.0b package.
- There are 4 versions of RSharpen:
Name Comments RSharpenS.dll Statically linked SSE version. RSharpen.dll Dynamically linked SSE version. RSharpenSSE2.dll Dynamically linked SSE2 version. RSharpenSSE3.dll Dynamically linked SSE3 version. [NOT RECOMMENDED] *RSharpenSSE2.dll is highly recommended as it's considered to be the most compatible and stable.
Requirements
- - AviSynth 2.5.8 or later
- - Progressive input only
- - Supported color formats: YUY2, YV12
- - MSVCR80.DLL
Filters
Filter | Description | Color format |
---|---|---|
MotionSharpen |
A temporal sharpening function derived from Clense. |
YUY2, YV12 |
RSharpen |
A spatial sharpening function derived from RemoveGrain. |
YUY2,YV12 |
Links
Back to RemoveGrain v1.0b ←