FCBI
From Avisynth wiki
(Difference between revisions)
(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....") |
Revision as of 18:24, 28 March 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.
- clip =
- bool ed = false
- Use edge detection or not.
- bool ed = false
- int tm = 30
- Threshold for edge detection.
- When
edis set to false,tmwill be ignored.
- int tm = 30
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 ←