WarpSharp YV12

From Avisynth wiki
Revision as of 01:06, 3 February 2014 by Reel.Deal (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Abstract
Author sh0dan
Version beta 0.2
Download warpsharp_dll_20030103.zip
Category Sharpeners
License GPLv2


Contents

Description

Directly ported from ffdshow; it contains WarpSharp & XSharpen.


Requirements

- AviSynth 2.5.8 or later
- Progressive input only
- Supported color formats: YV12


Syntax and Parameters


WarpSharp

WarpSharp (clip, int "depth", int "threshold")


int  depth = 30


int  threshold = 40


XSharpen

XSharpen (clip, int "strength", int "threshold")


int  strength = 30
Range: 0 to 127


int  threshold = 40
Range: 0 to 255
.


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)


Changelog

Version       Date            Changes
beta 0.2 2003/01/03 - Add XSharpen and other bug fixes beta 0.1 2002/12/?? - Initial release


External Links





Back to External Filters

Personal tools