ReCon

From Avisynth wiki
(Difference between revisions)
Jump to: navigation, search
(ReCon)
 

Latest revision as of 14:54, 2 November 2015

Abstract
Author *.mp4 guy
Version 20/06/2010
Download ReCon script
Category Sharpeners
License
Discussion Doom9 Thread

Contents

[edit] Description

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

[edit] Requirements

[edit] Required Plugins

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


[edit] 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.


[edit] 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)


[edit] Changelog

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


[edit] External Links




Back to External Filters

Personal tools