nihui / rife-ncnn-vulkan

RIFE, Real-Time Intermediate Flow Estimation for Video Frame Interpolation implemented with ncnn library
MIT License
817 stars 68 forks source link

[Features request]这个算法能否在Vapoursynth,Avisynth+上分别plugin,filter方式实现 #11

Open ccicnce113424 opened 3 years ago

ccicnce113424 commented 3 years ago

帧服务器作为视频压制过程中常用的工具,好处就不多说了,最大的优点就是不需要临时磁盘空间来储存视频拆开来的帧。实时处理实时输出。

ccicnce113424 commented 3 years ago

提示一下:一般视频使用的颜色编码为YUV420,转换为图片用的RGB24再处理会带来些微性能损失和颜色偏差。

ccicnce113424 commented 3 years ago

附各自官网 Vapoursynth:http://www.vapoursynth.com/ Avisynth+:https://avs-plus.net/ 文档和api附在各自的安装包中,安装时为可选选项。 一些可能有帮助的网站 Avisynth wiki:http://avisynth.nl/index.php/Main_Page Doom9’s forum:https://forum.doom9.org/

ccicnce113424 commented 3 years ago

如果可以的话,realsr-ncnn-vulkan也请做下

ghost commented 3 years ago

这不是用于实时处理的工具。 它比DAIN快几十倍,但这并不意味着它具有实时处理能力。 特别是,RealSR每帧需要几秒钟到几分钟。

ccicnce113424 commented 3 years ago

这不是用于实时处理的工具。 它比DAIN快几十倍,但这并不意味着它具有实时处理能力。 特别是,RealSR每帧需要几秒钟到几分钟。

就算用于压制,使用帧服务器也不需要储存拆出来的图片

Selur commented 3 years ago

HolyWu ported rife to Vapoursynth, see: https://github.com/HomeOfVapourSynthEvolution/VapourSynth-RIFE-ncnn-Vulkan

vxzms commented 3 years ago

如果可以的话,realsr-ncnn-vulkan也请做下

https://github.com/Kiyamou/VapourSynth-RealSR-ncnn-Vulkan