This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Hilfe für Denoise, DeBlock und Upscale von DVD
#21
Ja Danke hat geklappt, leider kommt jetzt ne andere Fehlermeldung :

﷐2022-11-30 21:21:08.409
Failed to evaluate the script:
Python exception: No module named 'edi_rpow2'

Traceback (most recent call last):
File "src\cython\vapoursynth.pyx", line 2819, in vapoursynth._vpy_evaluate
File "src\cython\vapoursynth.pyx", line 2820, in vapoursynth._vpy_evaluate
File "C:/Program Files/Hybrid/SelurScript.vpy", line 36, in 
import edi_rpow2
ModuleNotFoundError: No module named 'edi_rpow2'
﷑
Reply
#22
Scheint als ob aus irgendeinem Grund "edi_rpow2.py" nicht importiert werden kann.
Im meinem Skript war:
# Imports
import vapoursynth as vs
import os
import ctypes
# Loading Support Files
Dllref = ctypes.windll.LoadLibrary("i:/Hybrid/64bit/vsfilters/Support/libfftw3f-3.dll")
import sys
# getting Vapoursynth core
core = vs.core
# Import scripts folder
scriptPath = 'i:/Hybrid/64bit/vsscripts'
sys.path.insert(0, os.path.abspath(scriptPath))
u.a. dafür verantwortlich, dass alle in 'i:/Hybrid/64bit/vsscripts' befindlichen Skripte auffindbar sind.
Dies ist bei Dir nicht der Fall, vermute Du hast den Pfad geändert und wieder Backlashe verwendet.

Cu Selur
Reply
#23
ok danke, sry fürs nerven xD
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)