![]() |
Missing filters in Avisynth - 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: Missing filters in Avisynth (/thread-3015.html) Pages:
1
2
|
Missing filters in Avisynth - Dan64 - 02.01.2023 Hello Selur, I installed Hybrid_dev_2022.12.27-111247. It seems that in this version the following Avisynth filters are not included in the generated script even if are selected in GUI
RE: Missing filters in Avisynth - Selur - 02.01.2023 I can reproduce the issue, will look into it. Cu Selur RE: Missing filters in Avisynth - Selur - 02.01.2023 Looked into it, I forgot to adjust the default filter handling when I added the filter queue. ![]() Will send you a link to a dev version in a few minutes. Cu Selur RE: Missing filters in Avisynth - mogobime - 02.01.2023 I also couldn't find DGDenoise you mentioned in the other thread yesterday. At least not at AviSynth->Denoise. DGDecNV is activated as source filter. RE: Missing filters in Avisynth - Selur - 02.01.2023 It's not supported in Hybrid directly, you would need to add call it in a custom section. RE: Missing filters in Avisynth - mogobime - 02.01.2023 Also - hopefully I remember that correctly - I had to replace or add the RemoveGrainSSE2.dll at the AviSynth folder to use removegrain mode 27. It seems not to use rgtools.dll like the lower modes and I always had an error message when trying to use mode 27. This version works vor me, I forgot where exactly I downloaded it, but it was a link on an official AviSynth site: https://mega.nz/folder/JwJUjJha#8zdL8DWarAifnp4rvQXA7Q Maybe I also updated rgtools.dll (has the same file date), so I uploaded both dlls placed in my Hybrid\64bit\Avisynth\avisynthPlugins folder. And I can't set any mode above mode 25 at mode U and mode V in the Hybrid GUI. Maybe the same problem? Both files are the same, I just renamed it... RE: Missing filters in Avisynth - Selur - 03.01.2023 Quote:I had to replace or add the RemoveGrainSSE2.dll at the AviSynth folder to use removegrain mode 27.Will look at it after work and adjust Hybrid, current rgtools should support up to mode 28. Cu Selur RE: Missing filters in Avisynth - mogobime - 03.01.2023 OK. Having another fast GPU based denoiser with DGDenoise integrated in Hybrid would be a nice thing ![]() There aren't many GPU based filters at the AviSynth section and no really fast denoiser at all which could be used to save some bits/remove some artifacts from noisy sources without throttling GPU based NVEnc encoding and multiplying cpu power consumption. I only know removegrain which can do this job with tolerable processor load (within its limitations). RE: Missing filters in Avisynth - Dan64 - 03.01.2023 (02.01.2023, 16:51)Selur Wrote: Looked into it, I forgot to adjust the default filter handling when I added the filter queue. The problem has been fixed. Thanks, Dan RE: Missing filters in Avisynth - Selur - 03.01.2023 Send you a link to .exe only dev version which support Removegrain modes up to 28. Cu Selur |