Wine v3.21 error on start
"Aborting"
"Closing Hybrid, since it's running with administrator rights!"
I have not had that before.
My OS: Arch Linux
Even then one could:
a. use just Avisynth through wine
b. use Vapoursynth instead (which is what I would recommend)
but as long as it works for you the way you use it that's fine for me.
Cu Selur
Maybe, but I do not know how to do that.
Could you create something portable?
If I understand how, maybe I could even create a package.
I have created many unofficial packages for Arch Linux.
There's a basic arch linux package for Hybrid, see:
https://aur.archlinux.org/packages/hybrid-encoder, but it doesn't contain any vapoursynth stuff.
Since I don't use linux much nowadays for anything video related, I'm not really knowledgeable about how to setup Vapoursynth on arch linux.
I know there are tons of filter packages for Vapoursynth for Arch Linux by sl1pkn07, so it's probably not really hard to setup Vapoursynth on arch linux.
Once Vapoursynth works and all the filters you need are installed, you can:
1. copy the content of
https://github.com/Selur/VapoursynthScriptsInHybrid into your Vapoursynth scripts folder (note this only adds scripts not filters)
2. compile
https://github.com/Selur/vapoursynth-editor and add it to your path
3. enabled Vapoursynth in the misc.ini and Hybrid will assume that Vapoursynth is available
iirc this should be everything needed.
Cu Selur
But how do I compile vapoursynth-editor?
Quote:But how do I compile vapoursynth-editor?
No clue on arch linux, on ubuntu you need to install Vapoursynth + Qt, call qmake one vapoursynth-editor.pro and then call qmake.
You can ask djcj, he builds the hosts the Ubuntu repository and probably can give you more details.
Cu Selur