I stumbled over the BilateralGPU filter (https://github.com/WolframRhodium/VapourSynth-BilateralGPU) while looking at a GradFun3Mod variant (https://github.com/Irrational-Encoding-Wizardry/fvsfunc) I wanted to test.
It mentions 'needs OpenCV 3.2 with CUDA module'. Over at https://jamesbowley.co.uk/downloads/#v3.2 I found a OpenCV 3.2 with CUDA for VS2015.
Copying the opencv_world320.ddll next to the bilateralGPU.dll didn't solve the problem of the script not working, so I tried loading the dll explicitly using:
that gave me:Code:# Imports import os import sys import vapoursynth as vs core = vs.get_core() import ctypes # Loading Support Files Dllref = ctypes.windll.LoadLibrary("G:/Hybrid/64bit/vsfilters/Support/BilateralGPU/opencv_world320.dll")
-> Did any one try BilateralGPU for Vapoursynth and can tell me how to get it working?Code:Failed to evaluate the script: Python exception: [WinError 126] Das angegebene Modul wurde nicht gefunden Traceback (most recent call last): File "src\cython\vapoursynth.pyx", line 1847, in vapoursynth.vpy_evaluateScript File "H:\Temp\tempPreviewVapoursynthFile12_42_42_586.vpy", line 8, in <module> Dllref = ctypes.windll.LoadLibrary("G:/Hybrid/64bit/vsfilters/Support/BilateralGPU/opencv_world320.dll") File "ctypes\__init__.py", line 422, in LoadLibrary File "ctypes\__init__.py", line 344, in __init__ OSError: [WinError 126] Das angegebene Modul wurde nicht gefunden
Cu Selur
+ Reply to Thread
Results 1 to 1 of 1
-
users currently on my ignore list: deadrats, Stears555, marcorocchini
Similar Threads
-
cannot load frame server avi into Vapoursynth
By _Al_ in forum EditingReplies: 50Last Post: 21st Jan 2019, 16:15 -
Qt Vapoursynth simple viewer example?
By Selur in forum ProgrammingReplies: 3Last Post: 20th Mar 2018, 11:02 -
StaxRip 1.7.0.0 with Vapoursynth ?
By locky in forum Video ConversionReplies: 6Last Post: 24th Jan 2018, 18:08 -
Debading method (Vapoursynth to avisynth)
By frank_zappa in forum RestorationReplies: 2Last Post: 3rd Nov 2017, 12:26 -
vapoursynth
By logicom in forum Video ConversionReplies: 0Last Post: 1st Dec 2014, 07:26