WarpSharp YV12
From Avisynth wiki
(Difference between revisions)
m (minor formatting) |
(→Description) |
||
(One intermediate revision by one user not shown) | |||
Line 11: | Line 11: | ||
Directly ported from ffdshow; it contains WarpSharp & XSharpen.<br> | Directly ported from ffdshow; it contains WarpSharp & XSharpen.<br> | ||
<br> | <br> | ||
+ | '''Note:''' see [[WarpSharp]] for a "proper" port of WarpSharp & XSharpen.<br> | ||
+ | <br> | ||
+ | |||
== Requirements == | == Requirements == | ||
* AviSynth 2.5.8 or later | * AviSynth 2.5.8 or later | ||
Line 56: | Line 59: | ||
beta 0.1 2002/12/?? - Initial release | beta 0.1 2002/12/?? - Initial release | ||
<br> | <br> | ||
+ | == Archived Downloads == | ||
+ | {| class="wikitable" border="1"; width="600px" | ||
+ | |- | ||
+ | !!width="100px"| Version | ||
+ | !!width="150px"| Download | ||
+ | !!width="150px"| Mirror | ||
+ | |- | ||
+ | !beta 0.2 | ||
+ | |[http://www.avisynth.nl/users/warpenterprises/files/warpsharp_5F25_dll_20030103.zip warpsharp_dll_20030103.zip] | ||
+ | |[http://web.archive.org/web/20060517015252/http://beta.zenaria.com/kpo/avisynth/warpsharp_yv12.zip warpsharp_yv12.zip] | ||
+ | |} | ||
+ | <br> | ||
+ | |||
== External Links == | == External Links == | ||
*[http://forum.doom9.org/showthread.php?t=41907 Doom9 Forum] - WarpSharp YV12 discussion. | *[http://forum.doom9.org/showthread.php?t=41907 Doom9 Forum] - WarpSharp YV12 discussion. |
Latest revision as of 15:35, 5 February 2015
Abstract | |
---|---|
Author | sh0dan |
Version | beta 0.2 |
Download | warpsharp_dll_20030103.zip |
Category | Sharpeners |
License | GPLv2 |
Discussion | Doom9 Thread |
Contents |
[edit] Description
Directly ported from ffdshow; it contains WarpSharp & XSharpen.
Note: see WarpSharp for a "proper" port of WarpSharp & XSharpen.
[edit] Requirements
- AviSynth 2.5.8 or later
- Progressive input only
- Supported color formats: YV12
[edit] Syntax and Parameters
[edit] WarpSharp
- WarpSharp (clip, int "depth", int "threshold")
- clip =
- Input clip.
- clip =
- int depth = 30
- int depth = 30
- int threshold = 40
- int threshold = 40
[edit] XSharpen
- XSharpen (clip, int "strength", int "threshold")
- clip =
- Input clip.
- clip =
- int strength = 30
- Range: 0 to 127
- Range: 0 to 127
- int strength = 30
- int threshold = 40
- Range: 0 to 255
- .
- Range: 0 to 255
- int threshold = 40
[edit] Examples
WarpSharp with default settings:
AviSource("Blah.avi") WarpSharp(depth=30, threshold=40)
XSharpen with default settings:
AviSource("Blah.avi") XSharpen(strength=30, threshold=40)
[edit] Changelog
Version Date Changes
beta 0.2 2003/01/03 - Add XSharpen and other bug fixes beta 0.1 2002/12/?? - Initial release
[edit] Archived Downloads
Version | Download | Mirror |
---|---|---|
beta 0.2 | warpsharp_dll_20030103.zip | warpsharp_yv12.zip |
[edit] External Links
- Doom9 Forum - WarpSharp YV12 discussion.
- Doom9 Forum - XSharpen discussion.
- Archive.org - WarpSharp YV12 released in the AviSynth 2.5 alpha page.
Back to External Filters ←