Skip to content
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.

Latest commit

 

History

History
35 lines (21 loc) · 902 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 902 Bytes

AutoCAIN_batch

I'm not updating this anymore. feel free to make changes to it in a fork or something, idk, go nuts.

Batchfile script to run the ncnn implementation of CAIN (Channel Attention Is All You Need for Video Frame Interpolation.)

Requirements (All need to be in the same folder as the .bat)

ffmpeg

ffprobe

cain ncnn vulkan (https://github.com/nihui/cain-ncnn-vulkan/actions)

How to use it:

Just run the .bat, and answer what the program asks

There is also a .bat that deletes the cache if you are too lazy to do it yourself

Old To do list:

-Optimize the code

-Add option to select output folder in ftv (frame to video)

-Maybe add option to select an output folder like DAIN-APP

-Add option to input your own cain extra argumments or more options indeed

-Add option to input your own ffmpeg command in ftv or more options indeed

-Implement a menu in general