Asd-g / AviSynth-FCBI

FCBI filter for Avisynth.
GNU General Public License v3.0
4 stars 0 forks source link

Description

Fast Curvature Based Interpolation. More info here (Japanese).

This is a port of FCBI filter done by chikuzen to AviSynth.

Requirements:

AviSynth+ usage:

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

VapourSynth usage:

fcbi.FCBI(clip input, bint "ed", int "tm", int "opt")

Parameters:

Building: