I am seeing this error pop up:
Quote:Failed to evaluate the script:
Python exception: There is no attribute or namespace named svp1
Can this be fixed? I am on Mac OS Big Sur
Hmm,... seems like the svp libraries are missing,..
-> will look at it after work.
Cu Selur
look under:
Code:
/Library/Frameworks/VapourSynth.framework/lib/python3.X/site-packages/vapoursynth
iirc that should be where the dylib files lie.
does it contain:
libsvpflow1_vs64.dylib
libsvpflow2_vs64.dylib
libvapoursynth_plugin.dylib.22
libvapoursynth_plugin.dylib.30
or similar files?
Cu Selur
I don't see a Vapoursynth folder, only this file:
vapoursynth.so
then the pass is wrong (don't know it for sure out of my head), somewhere under /Library/Frameworks/VapourSynth.framework/ all the libraries are located,..
Do I need to move some folders?
I guess I need to do some sort of diagnostics to see what is not working or installed correctly.
No you do not need to move folders.
Since other Vapoursynth filters work, the dylib files do exist.
Once I'm back from work I can fire up my Mac OS VM and check the folder path.
Cu Selur
check
Code:
Library/Frameworks/VapourSynth.framework/lib/vapoursynth/
If the files are missing, I attached the svp files, simply extracting the files into the folder should help.
Cu Selur
The folder there is OK:
Code:
Library/Frameworks/VapourSynth.framework/lib/vapoursynth/
libdeblock.dylib
dotkill64.dylib
libaddgrain.dylib
libanime4kcpp.dylib
libawarpsharp2.dylib
libbifrost.dylib
libbilateral.dylib
libbm3d.dylib
libbwdif.dylib
libcas.dylib
libcnr2.dylib
libctmf.dylib
libd2vsource.dylib
libdctfilter.dylib
libdeblockpp7.dylib
libdecross.dylib
libdedot.dylib
libdegrainmedian.dylib
libdescale.dylib
libdfttest.dylib
libdpid.dylib
libEdgeFixer.dylib
libeedi2.dylib
libeedi3.dylib
libeedi3m.dylib
libf3kdb.dylib
libffms2.dylib
libfft3dfilter.dylib
libfixtelecinedfades.dylib
libfluxsmooth.dylib
libfmtconv.dylib
libhqdn3d.dylib
libimwri.dylib
libit.dylib
libknlmeanscl.dylib
liblghost.dylib
liblsmashsource.dylib
libminideen.dylib
libmiscfilters.dylib
libmorpho.dylib
libmsmoosh.dylib
libmvtools.dylib
libnnedi3.dylib
libnnedi3cl.dylib
libocr.dylib
libreadmpls.dylib
libremovegrain.dylib
libretinex.dylib
libsangnom.dylib
libscenechange.dylib
libsrmdnv.dylib
libssiq.dylib
libsubtext.dylib
libtcanny.dylib
libtdeintmod.dylib
libTempLinearApproximate.dylib
libtemporalsoften2-1.dylib
libtemporalsoften2.dylib
libtimecube.dylib
libtivtc.dylib
libtonemap.dylib
libttempsmooth.dylib
libvaguedenoiser.dylib
libvcmod.dylib
libvfrtocfr.dylib
libvinverse.dylib
libvivtc.dylib
libvsrawsource.dylib
libvsw2xnvk.dylib
libznedi3.dylib
models
models-cunet
models-upconv_7_anime_style_art_rgb
models-upconv_7_photo
nnedi3_weights.bin
Yes, that's the correct folder.
Adding the files from the zip I attached above shoud allow to use interframe/svp.
Seems like I the installer is missing them. :/
-> will add then again for the next release.
Cu Selur