Selur's Little Message Board
[HELP] Linux Mint Vapoursynth - missing vspipe - 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: [HELP] Linux Mint Vapoursynth - missing vspipe (/thread-4292.html)



Linux Mint Vapoursynth - missing vspipe - xlice - 21.12.2025

Long time windows user, experimenting with Linux Mint on a spare laptop.
Hybrid opens, trying to add Vapoursynth with instructions from here
Everything going smooth but "vspipe --version" shows nothing. No vspipe to be found in any folders
Python version is 3.12.2

Anything I could have missed?


RE: Linux Mint Vapoursynth - missing vspipe - Selur - 21.12.2025

Did you adjust your ~/.profile- and ~/.bashrc -file, close the terminal and open a new terminal again?
Does ~/opt/vapoursynth/bin/vspipe exists?
Does calling "~/opt/vapoursynth/bin/vspipe --version" work?

Cu Selur


RE: Linux Mint Vapoursynth - missing vspipe - xlice - 21.12.2025

.profile and .bashrc both have 

export LD_LIBRARY_PATH=~/opt/vapoursynth/lib
export PYTHONPATH=~/opt/vapoursynth/lib/python3.12/site-packages
export PATH="~/opt/vapoursynth/bin:$PATH"
export PATH="~/.local/bin:$PATH"

added at the end. 
Terminal has been closed and opened, computer rebooted, a few times.

There is no ~/opt/vapoursynth/bin/vspipe

calling "~/opt/vapoursynth/bin/vspipe --version" shows "no such file exists"

I did have to use the appimge from the google drive folder "Hybrid-2025.12.08.1-x86_64.AppImage"
The one from the downloads page would not do anything even after setting it to allow being executed.
Linux Mint 22.2 Cinnamon - 6.4.8


RE: Linux Mint Vapoursynth - missing vspipe - Selur - 21.12.2025

Okay, then I wonder where the script installed vapourynth on your system,...
build-plugins.sh take the path from the config.txt which points to "$HOME/opt/vapoursynth"
Seems like the compilation and installation through build-plugins.sh wasn't successful, but since you wrote everything went smoothly, I don't really know what's happening.

Cu Selur


RE: Linux Mint Vapoursynth - missing vspipe - xlice - 21.12.2025

Did a fresh install this morning, followed all the instructions from the readme.md from the hybrid-vapoursynth-addon-Ubuntu2404 download. still same issue. no vspipe anywhere to found. Not sure what I couldbe missing here.


RE: Linux Mint Vapoursynth - missing vspipe - Selur - 21.12.2025

a. Download the latest source code and try with that.
b. Follow the instructions from:
https://github.com/Selur/hybrid-vapoursynth-addon/blob/master/README.md
When executing the build-vapoursynth.sh there should be tons of output and error messages if something went wrong.
Side note: I'm not sure the script will still work on Ubuntu 22.04.

Cu Selur