Hi, hat jemand mal https://github.com/Irrational-Enc…DualSynth-madVR ausprobiert?
Bei mir Crashed es immer, wenn der Input nicht RGB24 ist (siehe: https://github.com/Irrational-Enc…-madVR/issues/1).
Setsugennoao kann das Problem nicht nachstellen, weshalb ich mal fragen wollte ob bei euch:
Code
clip = core.resize.Bicubic(clip=clip, format=vs.RGB24, matrix_in_s="470bg", range_s="limited")
core.std.LoadPlugin(path="PFAD ZU dualsynth_madVR-R3.dll")
clip = clip.madvr.Process(commands=['dering(on)'])
clip = core.resize.Bicubic(clip=clip, format=vs.YUV420P8, matrix_s="470bg", range_s="limited")
# Output
clip.set_output()
oder ob an meinem Vapoursynth setup irgendetwas sehr exotisch ist.
Cu Selur