ncnn implementation of fsrcnn converter for vapoursynth.
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
clip = mvf.ToRGB(clip, depth=32, sample=1) #Convert to RGB32
clip = core.fsrcnn.Filter(clip)