09.11.2022, 16:28
09.11.2022, 17:34
(09.11.2022, 16:28)Selur Wrote: [ -> ]Send you a link to the dev version.
I just tested it and it works perfectly, no crashes, no errors and with Vapoursynth support enabled. Thank you very much!
23.01.2023, 16:34
Hello,
Possible to enable and use HW encoding? I have AMD Raden RX570.
Possible to enable and use HW encoding? I have AMD Raden RX570.
23.01.2023, 16:40
Quote:Possible to enable and use HW encoding? I have AMD Raden RX570.Okay, doesn't really see how this is related to the current thread, but: No.
Hybrid does not support VCEEncC or similar tools that support the vce engine from AMD on Linux. (on Windows VCEEncC is supported)
Cu Selur
23.01.2023, 19:35
Yas I know but... thank again for fast help.
02.05.2023, 19:14
Rrrr I hate updates....
02.05.2023, 19:22
Seems like your filter libraries are not inside a path that is loaded in your environment and thus do not get autoloaded.
So either fix that or load them manually or tell Hybrid to try to load them. ('vsLoadLibrariesOnNonWindows' need to be set to 'true' inside the misc.ini file.)
Cu Selur
So either fix that or load them manually or tell Hybrid to try to load them. ('vsLoadLibrariesOnNonWindows' need to be set to 'true' inside the misc.ini file.)
Cu Selur
01.09.2024, 23:23
Apologies for the necro, but any chance we'll see that guide, I've been trying to get this setup on my laptop so I don't need to go to my desktop every time I need to do something (mobility is difficult for me hence why I prefer laptop) but have had trouble getting everything working on my arch install. I did get as far as having vapoursynth enabled but the previewer isn't working and trying to start a video has been unseccessful
how would I go about installing these, I'm really confused. Sorry
Failed to evaluate the script:
Python exception: Failed to load /usr/lib/vapoursynth/libaddgrain.so. Error given: /usr/lib/vapoursynth/libaddgrain.so: cannot open shared object file: No such file or directory
Traceback (most recent call last):
File "src/cython/vapoursynth.pyx", line 3374, in vapoursynth._vpy_evaluate
File "src/cython/vapoursynth.pyx", line 3375, in vapoursynth._vpy_evaluate
File "/home/misha/Documents/Under My Skin/Output/tempPreviewVapoursynthFile18_02_19_368.vpy", line 11, in
core.std.LoadPlugin(path="/usr/lib/vapoursynth/libaddgrain.so")
File "src/cython/vapoursynth.pyx", line 3110, in vapoursynth.Function.__call__
vapoursynth.Error: Failed to load /usr/lib/vapoursynth/libaddgrain.so. Error given: /usr/lib/vapoursynth/libaddgrain.so: cannot open shared object file: No such file or directory
(24.05.2022, 23:10)Selur Wrote: [ -> ]Quote:Still i'm fighting with DeGrain ...DeGrain needs:(with vsLoadLibrariesOnNonWindows=true and a look in the Vapoursynth Script View you can see which filters Hybrid tries to load)
- mvtools: https://github.com/dubhater/vapoursynth-mvtools
- neo-fft3d: https://github.com/HomeOfAviSynthPlusEvo.../neo_FFT3D (which needs fftw: https://fftw.org/)
- hqdn3d: https://github.com/Hinterwaeldlers/vapoursynth-hqdn3d
- removegrain: https://github.com/vapoursynth/vs-removegrain
- ctmf: https://github.com/HomeOfVapourSynthEvol...Synth-CTMF
Cu Selur
Ps.: link to plugins usually can be found over at https://vsdb.top/
how would I go about installing these, I'm really confused. Sorry
(01.09.2024, 23:23)superboo07 Wrote: [ -> ]Apologies for the necro, but any chance we'll see that guide, I've been trying to get this setup on my laptop so I don't need to go to my desktop every time I need to do something (mobility is difficult for me hence why I prefer laptop) but have had trouble getting everything working on my arch install. I did get as far as having vapoursynth enabled but the previewer isn't working and trying to start a video has been unseccessfulfigured it out but still having the below issuse
(24.05.2022, 23:10)Selur Wrote: [ -> ]Quote:Still i'm fighting with DeGrain ...DeGrain needs:(with vsLoadLibrariesOnNonWindows=true and a look in the Vapoursynth Script View you can see which filters Hybrid tries to load)
- mvtools: https://github.com/dubhater/vapoursynth-mvtools
- neo-fft3d: https://github.com/HomeOfAviSynthPlusEvo.../neo_FFT3D (which needs fftw: https://fftw.org/)
- hqdn3d: https://github.com/Hinterwaeldlers/vapoursynth-hqdn3d
- removegrain: https://github.com/vapoursynth/vs-removegrain
- ctmf: https://github.com/HomeOfVapourSynthEvol...Synth-CTMF
Cu Selur
Ps.: link to plugins usually can be found over at https://vsdb.top/
how would I go about installing these, I'm really confused. Sorry
Failed to evaluate the script:
Python exception: Failed to load /usr/lib/vapoursynth/libaddgrain.so. Error given: /usr/lib/vapoursynth/libaddgrain.so: cannot open shared object file: No such file or directory
Traceback (most recent call last):
File "src/cython/vapoursynth.pyx", line 3374, in vapoursynth._vpy_evaluate
File "src/cython/vapoursynth.pyx", line 3375, in vapoursynth._vpy_evaluate
File "/home/misha/Documents/Under My Skin/Output/tempPreviewVapoursynthFile18_02_19_368.vpy", line 11, in
core.std.LoadPlugin(path="/usr/lib/vapoursynth/libaddgrain.so")
File "src/cython/vapoursynth.pyx", line 3110, in vapoursynth.Function.__call__
vapoursynth.Error: Failed to load /usr/lib/vapoursynth/libaddgrain.so. Error given: /usr/lib/vapoursynth/libaddgrain.so: cannot open shared object file: No such file or directory
02.09.2024, 04:51
Quote: Python exception: Failed to load /usr/lib/vapoursynth/libaddgrain.so. Error given: /usr/lib/vapoursynth/libaddgrain.so: cannot open shared object file: No such file or directoryI don't use arch, so can't say for sure, but searching over at https://aur.archlinux.org for Vapoursynth plugin lists tons of available plugins.
Searching for 'Vapoursynth plugin addgrain' lists: https://aur.archlinux.org/packages/vapou...dgrain-git
Reading https://dev.to/nabbisen/installing-aur-packages-bdf, it seems like:
Code:
git clone https://aur.archlinux.org/vapoursynth-plugin-addgrain-git.git
cd vapoursynth-plugin-addgrain-git
makepkg -si
Like I wrote, I don't use arch, but that seems easy enough to me and seems like the usual way to install stuff from AUR.
Cu Selur
02.09.2024, 05:30
(02.09.2024, 04:51)Selur Wrote: [ -> ]Quote: Python exception: Failed to load /usr/lib/vapoursynth/libaddgrain.so. Error given: /usr/lib/vapoursynth/libaddgrain.so: cannot open shared object file: No such file or directoryI don't use arch, so can't say for sure, but searching over at https://aur.archlinux.org for Vapoursynth plugin lists tons of available plugins.
Searching for 'Vapoursynth plugin addgrain' lists: https://aur.archlinux.org/packages/vapou...dgrain-git
Reading https://dev.to/nabbisen/installing-aur-packages-bdf, it seems like:
should install libaddgrain.Code:git clone https://aur.archlinux.org/vapoursynth-plugin-addgrain-git.git
cd vapoursynth-plugin-addgrain-git
makepkg -si
Like I wrote, I don't use arch, but that seems easy enough to me and seems like the usual way to install stuff from AUR.
Cu Selur
I figured it all out and am working on a script to automatically install everything on arch, unfornutely installing hybrid itself is a manual endavour because the current one in the AUR can't download hybrid since the link in the package doesn't reach the binary. However I was able to modify the package to use the latest version and get it working from there. I already have a script that installs all the vapoursynth scripts going now I just want to automate the modification of the misc.ini.