[HELP] How to install Vapoursynth/etc. in Ubuntu/Linux? - 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] How to install Vapoursynth/etc. in Ubuntu/Linux? (/thread-3366.html) |
How to install Vapoursynth/etc. in Ubuntu/Linux? - Dyshonest - 20.08.2023 The Hybrid installer for Linux seems to lack these---I assume due to how the two OSes (Linux/Windows) utilize said tools and it isn't needed to package them? But how do you use them, exactly? I did consult Google, which led me to: http://www.vapoursynth.com/doc/installation.html#linux-installation Ubuntu is a Debian-based distribution. So I followed those instructions (to install and fully update the deb-multimedia repository) and... nothing. No Vapoursynth in Hybrid still. Or any Xsynth, for that matter. I wanted to try maining Linux for a few weeks to see how I like it but Hybrid workloads are very important for me and I can't seem to do much without Vapoursynth/Xsynth. RE: How to install Vapoursynth/etc. in Ubuntu/Linux? - Selur - 20.08.2023 see: https://github.com/Selur/hybrid-vapoursynth-addon https://github.com/Selur/VapoursynthScriptsInHybrid Cu Selur RE: How to install Vapoursynth/etc. in Ubuntu/Linux? - Dyshonest - 20.08.2023 I'm not sure where the second one goes but the first one seems to have incomplete instructions. It mentions a "~/.profile" and "~/.bashrc" file that don't exist anywhere inside to modify? RE: How to install Vapoursynth/etc. in Ubuntu/Linux? - Selur - 20.08.2023 Normally, those files should exist on Ubuntu systems. (Note that both are 'hidden' files.) RE: How to install Vapoursynth/etc. in Ubuntu/Linux? - Dyshonest - 21.08.2023 I found them and added those lines, but nothing seems to change? vspipe --version still doesn't return anything, and Hybrid still isn't recognizing that vapoursynth is installed (which makes sense if vspipe --version believes it isn't installed, either). RE: How to install Vapoursynth/etc. in Ubuntu/Linux? - Selur - 21.08.2023 Sound like the environment variables are not correctly set. Have you restarted the system and re-checked the paths? Cu Selur RE: How to install Vapoursynth/etc. in Ubuntu/Linux? - Dyshonest - 21.08.2023 I have indeed restarted and the paths are valid. Are they supposed to go in a specific part of the .bashrc and .profile files? I assume just anywhere free and not being used by another operation given the lack of notice on where to put them (this is pretty standard for ROM hacking for video games, for instance, so I assume it's an open-source practice). RE: How to install Vapoursynth/etc. in Ubuntu/Linux? - Selur - 21.08.2023 Created with chatGPT Quote:In Ubuntu and other Unix-like operating systems, the .bashrc and .profile files are used to customize the behavior and environment settings for the command-line interface (CLI) and shell sessions. These files are located in a user's home directory (~) and are executed when you start a new terminal session or log in to the system. Each of these files serves a specific purpose: Both are basically used to make sure the environment is configured to find Vapoursynth, its plugins and scripts which Hybrid uses. Since there is no complete Vapoursynth package with plugins for Ubuntu, this is the best way I came up with. (On Windows, Hybrid includes a portable Vapoursynth with all the plugins&co; I don't know enought about AppImages&co to know for sure whether this could also be possible for Linux.) Cu Selur RE: How to install Vapoursynth/etc. in Ubuntu/Linux? - Wisperer - 14.09.2023 I attempted to create an appimage. Didn't work too well. I do have the guts of a flatpack laying around. I can look into fixing it up properly. I currently use a heavily modified version of the installation scripts I rewrote for arch linux. I can always share those I guess |