Posts: 4
 
	
	
		How properly install Hybrid on KUbuntu 24.04.3
I want to install Hybrid Hybrid version20250727_Linux on KUbubtu 24.04.3 but I have no success. Can you help?
I use 
https://github.com/Selur/hybrid-vapoursynth-addon 
I change all permissions and run build-vapoursynth.sh
then add to ~/.profile- and ~/.bashrc
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"
then run build-plugins.sh
 Where to unpack Hybrid_20250727_Linux.7z
Hybrid don't work from terminal or from Dolphin (at moment i see Hybrid icon then disappears)
Python 3.12.3
vspipe --version VS R72
misc.ini (/home/boris/.hybrid/)
vScriptPath="/opt/Hybrid/"
vsPluginsPath="/home/boris/opt/vapoursynth/vsplugins/"
Hybrid in /opt/Hybrid
OS: Kubuntu 24.04.3 LTS x86_64
Kernel: 6.14.0-33-generic
Uptime: 1 hour, 38 mins
Packages: 2911 (dpkg), 18 (snap)
Shell: bash 5.2.21
Resolution: 1920x1080
DE: Plasma 5.27.12
WM: KWin
Theme: [Plasma], Breeze [GTK2/3]
Icons: [Plasma], breeze-dark [GTK2/3]
Terminal: konsole
CPU: Intel i5-3330 (4) @ 3.200GHz
GPU: NVIDIA GeForce GTX 750 1Gb
Memory: 2567MiB / 7893MiB
Thank you for answers!
	
 
 
	
	
	
		
	Posts: 12.033
 
	
	
		Quote: Where to unpack Hybrid_20250727_Linux.7z
It's up to you where you extract Hybrid to, but since you are on a Ubuntu derivate, I would recommend using the 'Hybrid Linux64bit (with base tools and most dependencies)' download, not the binary. Otherwise, you need to make sure you install or build the dependencies yourself.
When called from the terminal it should at least show an error,...
In case you want to build the dependencies yourself: 
https://github.com/Selur/HybridDeploy/bl...d-tools.sh  might be useful. 
vScriptPath="/opt/Hybrid/" <- this should include the scripts from 
https://github.com/Selur/VapoursynthScriptsInHybrid 
Cu Selur
	
 
	
	
----
	
	
 
 
	
	
	
		
	Posts: 4
 
	
	
		Sorry but problems again.
	
	
	
	
 
 
	
	
	
		
	Posts: 12.033
 
	
	
		Quote: When called from the terminal it should at least show an error,...
=> What happens if you call it from a terminal?
	
 
	
	
----
	
	
 
 
	
	
	
		
	Posts: 4
 
	
	
		From terminal show error "Hybrid: command not found " when I am in /home/boris/Downloads/hybrid/When I write in terminal ./Hybrid show icon and load some dependencies and all disappear. List of errors in  attachment.
	
	
Attached Files errors.txt  (Size: 12,3 KB / Downloads: 15)
 
	
	
	
 
 
	
	
	
		
	Posts: 12.033
 
	
		
		
		15.10.2025, 19:06 
(This post was last modified: 15.10.2025, 19:26 by Selur .) 
  
		
	 
	
		Okay, Hybrid does start, but aborts with 'Segmentation fault (core dumped)'.
Side note, this is probably not the cause, but where is vspipe ?
check file for vspipe in /home/boris/Downloads/hybrid
it should be under '/home/boris/opt/vapoursynth/vspipe' .
For me the first start up looks like this from the terminal:
(I don't need a misc.ini since Hybrid finds the Vapoursynth stuff.)
selur@ubuntu-vm2404:~/workstation/HybridDeploy/tools$ ./Hybrid 
What happens if you call these in a terminal:
"/home/boris/Downloads/hybrid/DivX265" -h
"/home/boris/Downloads/hybrid/MP4Box" -version
?
Cu Selur
	
----
	
	
 
 
	
	
	
		
	Posts: 12.033
 
	
	
		Argh, I somehow just managed to kill my build VM.
=> won't have time to look into and setup a new vm until next week 
(I really should drop the Linux version of Hybrid, since I more and more lack the time for it.)
Cu Selur
	
----
	
	
 
 
	
	
	
		
	Posts: 4
 
	
	
		Hi
I reinstalled Kubuntu (restored partition using clonezilla) so there are no traces of previous installations.
I download Hybrid Linux64bit (with base tools and most dependencies): Qt 5.15.3 (tools) (~111MB) Downloads. 
Please help with the installation sequence!
1. Should I unpack first Hybrid Linux64bit (with base tools and most dependencies): Qt 5.15.3 (tools) (~111MB) where to unpack? (/home/boris/opt)
2. What sh scripts does it use and what order, should I download them from probably github? 
https://github.com/Selur/hybrid-vapoursynth-addon 
3. How to configure misc.ini and vapoursynth.conf in what folder?
4. I would like to save the entire installation to /home/boris/opt of course if possible.
Thank you very much for your effort.
	
 
 
	
	
	
		
	Posts: 12.033
 
	
		
		
		16.10.2025, 19:10 
(This post was last modified: 16.10.2025, 19:35 by Selur .) 
  
		
	 
	
		the location of the extracted hybrid-folder does not matter. 
frist build vapoursynth (check, in a new terminal, that 'vspipe --version' works. 
then build the plugins (won't work if vapoursynth isn't present) 
misc.ini should not need any adjustment, when the Hybrid package was used and Vapoursynth and the plugins were build through the scripts. 
Cu Selur
	
 
	
	
----
	
	
 
 
	
	
	
		
	Posts: 12.033
 
	
	
		https://forum.selur.net/thread-4237.html  might be interessting, at least to get Hybrid itself working.
(not the Vapoursynth addon part)
Cu Selur
	
 
	
	
----