feckpown
feckpown
> There's SVP which is like minterpolate but GPU-accelerated. Other than that I don't know of anything besides the default blend-style interpolation. I've tried SVP and it works very fast...
> Maybe with hybrid using vapoursynth scripts? If You are in Windows then I can reccomend stax RIP, is fast enough that My Celeron can interpolate to 60 fps at...
> ``` > video-sync=display-resample > interpolation=yes > tscale=oversample > ``` > > Check out the documentation for interpolation if `oversample` is not "smooth" enough for you. > > Be aware...
> https://ffmpeg.org/ffmpeg-all.html#minterpolate You'd better check ffmpeg's doc first. And then you should know why he is using `mci` instead of `blend` Also you could check mpv's doc to see the...
> The cool kids use RIFE anyway.. I actually did try RIFE using the implementation here https://github.com/megvii-research/ECCV2022-RIFE :-) It works good too, it's faster than FFMPEG minterpolate, though still substantially...
> > > Maybe with hybrid using vapoursynth scripts? If You are in Windows then I can reccomend stax RIP, is fast enough that My Celeron can interpolate to 60...
A) Ubuntu 20.04, i used the guide here https://www.svp-team.com/wiki/SVP:Linux "Building 3rd-party apps from sources" B) Import in python seems to work fine: ``` Python 3.8.5 (default, Sep 4 2020, 07:30:14)...
Not at all sure, though i figured there would be some sort of issue with my VapourSynth environment since vspipe -v gives the Failed to initialize VapourSynth environment error. If...
If i do `LD_LIBRARY_PATH=/usr/local/lib vspipe --version` as suggested in http://www.vapoursynth.com/doc/installation.html, i also get `Failed to initialize VapourSynth environment` But if i do the other suggestion: `PYTHONPATH=/usr/local/lib/python3.x/site-packages vspipe --version` I get...