Today, 09:01
One of my debug reports attached.
I confirmed:
OpenCL 3.0 installed
All graphics updated Intel UHD 770 128 MB VRAM 16 GB Shared (I can't find info on if more vram is needed
I'm going to look at bios and see if I can increase)
C++ visual is version 14.44 (link provides 14.04 but i wouldn't think there's a backward compatibility issue)
This crash seems to come from FFmpeg rejecting the video metadata from Vapoursynth during piping.
In auto or gpu, the script below suggests that cuda is being utilized.
core.std.LoadPlugin(path="C:/Program Files/Hybrid/64bit/vsfilters/DenoiseFilter/KNLMeansCL/vsnlm_cuda.dll")
When I use accelerator it runs through but i don't have an accelerator and the result is defective.
core.std.LoadPlugin(path="C:/Program Files/Hybrid/64bit/vsfilters/DenoiseFilter/KNLMeansCL/KNLMeansCL.dll")
vsnlm_cuda.dll
KNLMeansCL.dll
Is there a way to keep from loading CUDA in the core? I think its safe to say this is the problem. I can't get Hybrid to recognize KNLMeansCL.dll to load in the core.
Could you assist with manual change instruction?
I confirmed:
OpenCL 3.0 installed
All graphics updated Intel UHD 770 128 MB VRAM 16 GB Shared (I can't find info on if more vram is needed
I'm going to look at bios and see if I can increase)
C++ visual is version 14.44 (link provides 14.04 but i wouldn't think there's a backward compatibility issue)
This crash seems to come from FFmpeg rejecting the video metadata from Vapoursynth during piping.
In auto or gpu, the script below suggests that cuda is being utilized.
core.std.LoadPlugin(path="C:/Program Files/Hybrid/64bit/vsfilters/DenoiseFilter/KNLMeansCL/vsnlm_cuda.dll")
When I use accelerator it runs through but i don't have an accelerator and the result is defective.
core.std.LoadPlugin(path="C:/Program Files/Hybrid/64bit/vsfilters/DenoiseFilter/KNLMeansCL/KNLMeansCL.dll")
vsnlm_cuda.dll
KNLMeansCL.dll
Is there a way to keep from loading CUDA in the core? I think its safe to say this is the problem. I can't get Hybrid to recognize KNLMeansCL.dll to load in the core.
Could you assist with manual change instruction?