FCBI

From Avisynth wiki
Revision as of 19:24, 28 March 2020 by Reel.Deal (talk | contribs) (Created page with "{{FilterCat5|External_filters|Plugins|Plugins_x64|Adjustment_filters|Resizers}} {{Filter3 | {{Author/Chikuzen}} |2=v0.0.0 |3=[https://github.com/chikuzen/FCBI/releases fcbi-0....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Abstract
Author Chikuzen
Version v0.0.0
Download fcbi-0.0.0.zip
Category Resize
License Open source
Discussion


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


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


  • GitHub - Source code repository.




Back to External Filters