RemoveGrain v1.0b/Repair: Difference between revisions

From Avisynth wiki
Jump to navigationJump to search
m minor
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{FilterCat4|External_filters|Plugins|Other_filters|Limiting}}
'''Back to [[RemoveGrain v1.0b]] ←'''
'''Back to [[RemoveGrain v1.0b]] ←'''
== Description ==
== Description ==
:Repair is an artifact repairing plugin included in the [[RemoveGrain v1.0b]] package.
Repair is an artifact repairing plugin included in the [[RemoveGrain v1.0b]] package.<br>
 
There are 4 versions of Repair:
:{| class="wikitable" border="1"; width="650px"
|-
!!width="200px"| Name
!!width="500px"| Comments
|-
|RepairS.dll
|Statically linked [[SSE]] version.
|-
|Repair.dll
|Dynamically linked [[SSE]] version.
|-
|RepairSSE2.dll
|Dynamically linked [[SSE2]] version.
|-
|RepairSSE3.dll
|Dynamically linked [[SSE3]] version. [NOT RECOMMENDED]
|-
! colspan="2"| *RepairSSE2.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]]
* MSVCR80.DLL
<br>
<br>
== Filters ==
== Filters ==
{{PluginFilterTable}}
{{PluginFilterTable2}}
{{PluginFilterRow|RemoveGrain v1.0b/Repair|Repair|
{{PluginFilterRow|RemoveGrain v1.0b/Repair|Repair|
Repairs unwanted artifacts created by plugins included in the [[RemoveGrain v1.0b]] package.
Repairs unwanted artifacts created by plugins included in the [[RemoveGrain v1.0b]] package.
Line 12: Line 39:
}}
}}
{{PluginFilterRow|RemoveGrain v1.0b/Repair|TemporalRepair|
{{PluginFilterRow|RemoveGrain v1.0b/Repair|TemporalRepair|
A temporal function, primarily useful for restoring static (non moving) details of spatial filters like RemoveGrain.
A temporal function, primarily useful for restoring static (non moving) details of spatial filters like [[RemoveGrain v1.0b/RemoveGrain|RemoveGrain]].
| [[YUY2]],[[YV12]]
| [[YUY2]],[[YV12]]
}}
}}
Line 18: Line 45:
<br>
<br>


== Links ==
==External Links ==
<br>
<br>
<br>
<br>
<br>
-----------------------------------------------
-----------------------------------------------
'''Back to [[RemoveGrain v1.0b]] &larr;'''
'''Back to [[RemoveGrain v1.0b]] &larr;'''

Latest revision as of 23:51, 21 September 2014

Back to RemoveGrain v1.0b

Description

Repair is an artifact repairing plugin included in the RemoveGrain v1.0b package.

There are 4 versions of Repair:

Name Comments
RepairS.dll Statically linked SSE version.
Repair.dll Dynamically linked SSE version.
RepairSSE2.dll Dynamically linked SSE2 version.
RepairSSE3.dll Dynamically linked SSE3 version. [NOT RECOMMENDED]
*RepairSSE2.dll is highly recommended as it's considered to be the most compatible and stable.


Requirements

  • MSVCR80.DLL


Filters

Filter Description Color format
Repair

Repairs unwanted artifacts created by plugins included in the RemoveGrain v1.0b package.

YUY2, YV12
TemporalRepair

A temporal function, primarily useful for restoring static (non moving) details of spatial filters like RemoveGrain.

YUY2,YV12





Back to RemoveGrain v1.0b