Closed Jieiku closed 4 years ago
gcc 10 is required
Thank you, that did the trick and I got this plugin installed.
Is vapoursynth-mvtools-sf the proper library to satisfy the needs for the module mvmulti?
If so what is the proper way to import vapoursynth-mvtools-sf, thanks.
import Vine
File "/usr/local/lib/python3.8/dist-packages/Vine.py", line 2, in
import mvmulti
ModuleNotFoundError: No module named 'mvmulti'
script.vpy:
import vapoursynth as vs
import havsfunc as haf
import edi_rpow2 as edi
import Vine
core = vs.get_core()
ret = core.d2v.Source(input=r'/media/storage/show/01.d2v', rff=False)
ret.set_output()
the mvmulti python module is no longer required with the latest mvtool-sf plugin
Thank you!
My OS is Ubuntu 20.04 with kde plasma desktop