FCBI

From Avisynth wiki
(Difference between revisions)
Jump to: navigation, search
(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....")
 
m (Requirements)
Line 15: Line 15:
 
<br>
 
<br>
 
== Requirements ==
 
== Requirements ==
* [x86]: [[AviSynth+]] or [http://forum.doom9.org/showthread.php?t=168764 AviSynth 2.6]
+
* [x86]: [[AviSynth+]] or [https://sourceforge.net/projects/avisynth2/ AviSynth 2.6]
 
* [x64]: [[AviSynth+]]
 
* [x64]: [[AviSynth+]]
 
* Supported color formats: [[Y8]], [[YV12]], [[YV16]], [[YV24]]
 
* Supported color formats: [[Y8]], [[YV12]], [[YV16]], [[YV24]]
Line 23: Line 23:
 
* Microsoft VisualC++ Redistributable Package 2015
 
* Microsoft VisualC++ Redistributable Package 2015
 
<br>
 
<br>
 +
 
== [[Script variables|Syntax and Parameters]] ==
 
== [[Script variables|Syntax and Parameters]] ==
 
:{{Template:FuncDef|FCBI (clip, bool "ed", int "tm")}}
 
:{{Template:FuncDef|FCBI (clip, bool "ed", int "tm")}}

Revision as of 05:36, 22 May 2020

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