09.11.2022, 16:28
As a side note: aside from being annoying, there these error messages cause no harm. 
Send you a link to the dev version.
Cu Selur

Send you a link to the dev version.
Cu Selur

(09.11.2022, 16:28)Selur Wrote: [ -> ]Send you a link to the dev version.

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.

![[Image: ycoeNgy.jpg]](https://i.imgur.com/ycoeNgy.jpg)
(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/
(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
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.
git clone https://aur.archlinux.org/vapoursynth-plugin-addgrain-git.git
cd vapoursynth-plugin-addgrain-git
makepkg -si(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