RemoveGrain v0.9/SSETools
(SSETools) |
m (minor formatting) |
||
(2 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
+ | {{FilterCat4|External_filters|Plugins|Other_filters|Support_filters}} | ||
+ | |||
'''Back to [[RemoveGrain v0.9]] ←''' | '''Back to [[RemoveGrain v0.9]] ←''' | ||
== Description == | == Description == | ||
− | + | SSETools is a plugin containing various miscellaneous functions. Interleaved2Planar and Planar2Interleaved are the 2 most popular functions and probably the only ones recommended to use. | |
<br> | <br> | ||
− | + | There are 4 versions of SSETools: | |
− | + | :{| class="wikitable" border="1"; width="650px" | |
− | + | ||
|- | |- | ||
!!width="200px"| Name | !!width="200px"| Name | ||
Line 24: | Line 25: | ||
! colspan="2"| *SSE2Tools.dll is highly recommended as it's considered to be the most compatible and stable. | ! colspan="2"| *SSE2Tools.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 == | ||
− | {{ | + | {{PluginFilterTable2}} |
{{PluginFilterRow|RemoveGrain v0.9/SSETools|AmplifyDifference| | {{PluginFilterRow|RemoveGrain v0.9/SSETools|AmplifyDifference| | ||
Amplifies the differences between the two input clips. | Amplifies the differences between the two input clips. | ||
Line 79: | Line 79: | ||
<br> | <br> | ||
− | == Links == | + | ==External Links == |
*[http://videoprocessing.fr.yuku.com/sreply/256/Basic-question-about-SSETools VideoProcessing Forum] - SSETools Documentation by Kassandro | *[http://videoprocessing.fr.yuku.com/sreply/256/Basic-question-about-SSETools VideoProcessing Forum] - SSETools Documentation by Kassandro | ||
− | |||
<br> | <br> | ||
<br> | <br> | ||
----------------------------------------------- | ----------------------------------------------- | ||
'''Back to [[RemoveGrain v0.9]] ←''' | '''Back to [[RemoveGrain v0.9]] ←''' |
Latest revision as of 21:52, 21 September 2014
Back to RemoveGrain v0.9 ←
Contents |
[edit] Description
SSETools is a plugin containing various miscellaneous functions. Interleaved2Planar and Planar2Interleaved are the 2 most popular functions and probably the only ones recommended to use.
There are 4 versions of SSETools:
Name Comments SSEToolsS.dll Statically linked SSE version. SSETools.dll Dynamically linked SSE version. SSE2Tools.dll Dynamically linked SSE2 version. SSE3Tools.dll Dynamically linked SSE3 version. [NOT RECOMMENDED] *SSE2Tools.dll is highly recommended as it's considered to be the most compatible and stable.
[edit] Requirements
- AviSynth 2.5.8 or later
- Progressive input only
- Supported color formats: YUY2, YV12
- MSVCR71.DLL
[edit] Filters
Filter | Description | Color format |
---|---|---|
AmplifyDifference |
Amplifies the differences between the two input clips. |
YUY2, YV12 |
Difference |
It measures the difference between two clips and the results are reported to the DebugView utility. |
YV12 |
Interleaved2Planar |
A hack used to convert interleaved RGB24, RGB32, and YUY2 to planar. |
YUY2,YV12 |
LimitChange |
This can be implemented with one instance of Lutxy. |
YUY2,YV12 |
Planar2Interleaved |
A hack used to convert planar RGB24, RGB32, and YUY2 to interleaved. |
YUY2,YV12 |
Quadruple |
Simply quadruples each pixel in an obvious way. |
YUY2,YV12 |
ReduceFluctuations |
ReduceFluctuation has been moved with slight changes to the ReduceFlicker plugin and is documented there. |
YUY2,YV12 |
Shrinkby2 |
Shrinks the width and the height of the clip by one half simply by dropping every second pixel. |
YUY2,YV12 |
TransformColor |
It makes general linear transforms of the color of a pixel. |
YUY2,YV12 |
Truncate |
Truncate simply truncates the pixel values. |
YUY2,YV12 |
[edit] External Links
- VideoProcessing Forum - SSETools Documentation by Kassandro
Back to RemoveGrain v0.9 ←