Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 631 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 631 Bytes

Vapoursynth FSRCNN Vulkan

ncnn implementation of fsrcnn converter for vapoursynth.

Build for Windows x64

install Visual Studio Community 2019

Start → Programs → Visual Studio 2019 → 64 Native Tools Command Prompt for VS 2019

build vs-fsrcnn-vulkan

mkdir build
cd build
cmake -G"NMake Makefiles" ..
nmake

Usage

clip = mvf.ToRGB(clip, depth=32, sample=1) #Convert to RGB32
clip = core.fsrcnn.Filter(clip)

Reference