RemoveGrain v1.0b/RSharpen: Difference between revisions

From Avisynth wiki
Jump to navigationJump to search
m versions
Line 2: Line 2:
== Description ==
== Description ==
:RSharpen is a sharpening plugin included in the [[RemoveGrain v1.0b]] package.
:RSharpen is a sharpening plugin included in the [[RemoveGrain v1.0b]] package.
<br>
:There are 4 versions of RSharpen:
::{| class="wikitable" border="1"; width="650px"
|-
!!width="200px"| Name
!!width="500px"| 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]
|-
! colspan="2"| *RSharpenSSE2.dll is highly recommended as it's considered to be the most compatible and stable.
|}
<br>
<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]]
:- MSVCR80.DLL
<br>
<br>
== Filters ==
== Filters ==
{{PluginFilterTable}}
{{PluginFilterTable2}}
{{PluginFilterRow|RemoveGrain v1.0b/RSharpen|MotionSharpen|
{{PluginFilterRow|RemoveGrain v1.0b/RSharpen|MotionSharpen|
A temporal sharpening function derived from [[RemoveGrain v1.0b/RemoveGrain/Clense|Clense]].
A temporal sharpening function derived from [[RemoveGrain v1.0b/RemoveGrain/Clense|Clense]].

Revision as of 14:47, 17 June 2014

Back to RemoveGrain v1.0b

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






Back to RemoveGrain v1.0b