30.11.2022, 22:32
Scheint als ob aus irgendeinem Grund "edi_rpow2.py" nicht importiert werden kann.
Im meinem Skript war:
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
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))
Dies ist bei Dir nicht der Fall, vermute Du hast den Pfad geändert und wieder Backlashe verwendet.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.