ReCon

From Avisynth wiki
Revision as of 13:54, 2 November 2015 by Reel.Deal (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Abstract
Author *.mp4 guy
Version 20/06/2010
Download ReCon script
Category Sharpeners
License
Discussion Doom9 Thread

Contents

Description

ReCon; Reconvolution - makes things sharp by mixing pixels together.

Requirements

Required Plugins

Latest version of the following plugins are recommended unless stated otherwise.


Syntax and Parameters

ReCon (clip c, float "str", float "strv", float "strh", float "rad", float "radh", float "radv", int "lmode", int "thresh")


clip   =
Input clip


float  str = 4.0
float  strv = str
float  strh = str
Strength


float  rad = 2.0
float  radh = rad
float  radv = rad
Radius of sharpening, Using a radius above 4 is not supported. If a radius above 4 is selected, mask generation is disabled (input clip is used instead). Also, rads that are not equal to 0.5, 1, 1.5, 2, 2.5, 3 or 4 do not function properly.[1]


int  lmode = 1
Limiting mode (0 to 4):
  • 0 : strong limiting
  • 3 : minimal limiting
  • 4 : non-limited (artifacts are likely)[2]


int  thresh = 720
Threshold.


Examples

ReCon with default settings:

AviSource("Blah.avi")
ReCon(str=4.0, strv=4.0, strh=4.0, rad=2.0, radh=2.0, radv=2.0, lmode=1, thresh=720)


Changelog

Version         Date(D/M/Y)      Changes
v0.1 20/06/2010 - Added lmode 4 v0.0 18/06/2010 - Initial release


External Links




Back to External Filters

Personal tools