I ran build-vapoursynth.sh on Ubuntu 16.04 and install-vs.sh on Ubuntu 19.04.
Calling vspipe on it's own without calling the env.sh gives me:
and
with the env, where
vsfilters_env.sh contains:
home/selur/opt/vapoursynth/env.sh contains:
/home/selur/.config/vapoursynth/vapoursynth.conf contains:
Cu Selur
Ps.: a new DTTTest version is out which uses arrays instead of the strings.
Calling vspipe on it's own without calling the env.sh gives me:
selur@selur-VirtualBox:~/opt/vapoursynth$ ./vspipe --version
Failed to initialize VapourSynth environmentselur@selur-VirtualBox:~/opt/vapoursynth$ ~/opt/hybrid/vsfilters_env.sh ~/opt/vapoursynth/vspipe --version
sourcing /home/selur/opt/vapoursynth/env.sh
Failed to initialize VapourSynth environmentvsfilters_env.sh contains:
#!/bin/sh
scriptDir="$(dirname "$(readlink -f "$0")")"
env="$HOME/opt/vapoursynth/env.sh"
if [ -f "$env" ]; then
echo "sourcing $env"
. "$env"
else
echo "'$env' does not exist!"
fi
$*# source this file with
# . "/home/selur/opt/vapoursynth/env.sh"
export LD_LIBRARY_PATH="/home/selur/opt/vapoursynth/lib:$LD_LIBRARY_PATH"
export PYTHONPATH="/home/selur/opt/vapoursynth/lib/python3/site-packages:$PYTHONPATH"/home/selur/.config/vapoursynth/vapoursynth.conf contains:
SystemPluginDir=/home/selur/opt/vapoursynth/vspluginsCu Selur
Ps.: a new DTTTest version is out which uses arrays instead of the strings.
----
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.

