Sadly
doesn't seem to work for me. 
libvapoursynth-script.so.0 is located at '/usr/local/lib/libvapoursynth-script.so.0'
properly shows:
but after a reboot
return nothing
and to no surprise:
returns:
calling:
and vspipe works as it should.
-> need to figure out how to properly set the LD_LIBRARY_PATH.
funny thing is:
properly returns
Cu Selur
Ps.: same effect when I add the LD_LIBRARY_PATH to /etc/environment :/
nano /etc/profile.d/vapoursynth.sh
libvapoursynth-script.so.0 is located at '/usr/local/lib/libvapoursynth-script.so.0'
cat /etc/profile.d/vapoursynth.shexport LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
export PYTHONPATH=/usr/local/lib/python3.6/site-packages:$PYTHONPATHecho $LD_LIBRARY_PATHand to no surprise:
vspipevspipe: error while loading shared libraries: libvapoursynth-script.so.0: cannot open shared object file: No such file or directoryexport LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
vspipe-> need to figure out how to properly set the LD_LIBRARY_PATH.
funny thing is:
echo $PYTHONPATH/usr/local/lib/python3.6/site-packagesCu Selur
Ps.: same effect when I add the LD_LIBRARY_PATH to /etc/environment :/
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.

