FCBI

From Avisynth wiki
Revision as of 19:24, 28 March 2020 by Reel.Deal (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Abstract
Author Chikuzen
Version v0.0.0
Download fcbi-0.0.0.zip
Category Resize
License Open source
Discussion


Contents

Description

Fast Curvature Based Interpolation. More info here (Japanese).
Port of FCBI filter (https://github.com/yoya/image.js/blob/master/fcbi.js) to AviSynth.

Requirements


  • Windows Vista SP2 or later
  • SSE2 capable CPU
  • Microsoft VisualC++ Redistributable Package 2015


Syntax and Parameters

FCBI (clip, bool "ed", int "tm")


clip   =
Input clip.


bool  ed = false
Use edge detection or not.


int  tm = 30
Threshold for edge detection.
When ed is set to false, tm will be ignored.


Examples

FCBI with default settings:

AviSource("blah.avi")
fcbi(ed=false, tm=30)


Changelog

Version      Date            Changes
v0.0.0 2017/03/17 - initial release


External Links

  • GitHub - Source code repository.




Back to External Filters

Personal tools