![]() |
[GUIDE] Ubuntu repository - maintained by djcj - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html) +--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html) +--- Thread: [GUIDE] Ubuntu repository - maintained by djcj (/thread-18.html) |
RE: Ubuntu repository - maintained by djcj - Selur - 06.08.2019 Something is 'off' with the vapoursynth build. Calling: /home/selur/opt/hybrid/vsfilters_env.sh "/home/selur/opt/hybrid/vsViewer" --preview-only "/home/selur/Schreibtisch/HybridTemp/tempPreviewVapoursynthFile21_14_18_848.vpy" --aspect 1 --matrix Rec601 with: # Imports VapourSynth plugins manager: Failed to get VapourSynth API! Cu Selur RE: Ubuntu repository - maintained by djcj - djcj - 06.08.2019 I don't know. I guess the vapoursynth Python module isn't loaded somehow. I built it on Ubuntu 16.04, tested it with "vspipe --version" on Ubuntu 18.04 and didn't get the "Failed to get ..." error. Check the content of env.sh and vapoursynth.conf. Edit: to clarify, I ran build-vapoursynth.sh on Ubuntu 16.04 and install-vs.sh on Ubuntu 18.04. RE: Ubuntu repository - maintained by djcj - Selur - 07.08.2019 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: selur@selur-VirtualBox:~/opt/vapoursynth$ ./vspipe --version selur@selur-VirtualBox:~/opt/vapoursynth$ ~/opt/hybrid/vsfilters_env.sh ~/opt/vapoursynth/vspipe --version vsfilters_env.sh contains: #!/bin/sh # source this file with /home/selur/.config/vapoursynth/vapoursynth.conf contains: SystemPluginDir=/home/selur/opt/vapoursynth/vsplugins Cu Selur Ps.: a new DTTTest version is out which uses arrays instead of the strings. ![]() RE: Ubuntu repository - maintained by djcj - djcj - 09.08.2019 Does it work if you open a terminal and manually set all the paths and run vspipe? RE: Ubuntu repository - maintained by djcj - Selur - 09.08.2019 No selur@selur-VirtualBox:~$ export LD_LIBRARY_PATH="/home/selur/opt/vapoursynth/lib:$LD_LIBRARY_PATH" RE: Ubuntu repository - maintained by djcj - djcj - 10.08.2019 I'll set up Ubuntu 19.04 and test it. RE: Ubuntu repository - maintained by djcj - Selur - 17.08.2019 Did you find the cause of the problem? May be compiling the plugins with Hybrid and just compiling and installing Vapoursynth on the guest system is the more workable way to go. Cu Selur RE: Ubuntu repository - maintained by djcj - djcj - 17.08.2019 (17.08.2019, 09:40)Selur Wrote: Did you find the cause of the problem? Haven't done anything yet besides installing Ubuntu 19.04 in Virtualbox, sorry. The problem could be related to a not-so-obvious dependency issue or a configuration thing. Yeah, I guess compiling on the guest system may be better, even though that can take a while if you want to include all plugins plus you still have to build imagemagick and ffmpeg libraries. I mean, you could try to bundle python but that's probably overkill. On the plus side, compiling on the guest system allows to build with "-march=native" which may give some minor speed improvements later. RE: Ubuntu repository - maintained by djcj - Selur - 18.08.2019 So, if you don't find the dependency issue let's go back to adding a build-vs-plugins and build-vapoursynth which compile vapoursynth and the plugins and place them under ~/opt/vapoursynth. Cu Selur RE: Ubuntu repository - maintained by djcj - Selur - 24.08.2019 vsViewer and vsEdit both have problems with the new R47 API, seems like some problem with the getVSApi functionality and stuff marked deprecated that doesn't work anymore,.. -> looking into it |