bloc97 / Anime4K

A High-Quality Real Time Upscaler for Anime Video
https://bloc97.github.io/Anime4K/
MIT License
18.5k stars 1.35k forks source link

ADD upfps? #102

Open ONDR opened 4 years ago

ONDR commented 4 years ago

Any thoughts on adding a smoothing feature to this program? For example 24fps=>60fps or 120,240fps

Jules-A commented 4 years ago

Any thoughts on adding a smoothing feature to this program? For example 24fps=>60fps or 120,240fps

This isn't really a program though, it's a collection of shaders. Correct me if I'm wrong but I don't think something like that is possible through shaders. There are a few ways of "smoothing" already. MPV has inbuilt interpolation but doesn't come close to AMD's fluid motion (unfortunately only works with ~HLSL~ DirectShow video players it seems so I can't use with Anime4K). There's also SVP which is much more popular and supports both GPU vendors and works with MPV but I haven't tried it since they charge money for it on Windows (there's a trial but I haven't got around to trying it yet).

hooke007 commented 4 years ago

https://github.com/mpv-player/mpv/wiki/User-Scripts#vapoursynth-scripts mvtools will help satisfy the demand.