simin
帖子: 2
注册时间: 2017-06-06 22:05

请问f3kdb没有支持vapoursynth的64位版本吗

之前用着32位的vapoursynth,一直能用,今天重新装64位的,怎么也加载不了
下面是错误提示

File "src\cython\vapoursynth.pyx", line 1702, in vapoursynth.Function.__call__ (src\cython\vapoursynth.c:34595)
vapoursynth.Error: Failed to load C:\Program Files\VapourSynth\plugins64 lash3kyuu_deband.dll. GetLastError() returned 126. A DLL dependency is probably missing.

版本是f3kdb_2.0pre2,求助,是不是没有64位VS的版本
simin
帖子: 2
注册时间: 2017-06-06 22:05

Re: 请问f3kdb没有支持vapoursynth的64位版本吗

import vapoursynth as vs
import mvsfunc as mvf
core = vs.get_core()
from vapoursynth import core
core.std.LoadPlugin("C:\flash3kyuu_deband.dll")
last = core.ffms2.Source(r"D:\mymad_01.mp4")
last = core.f3kdb.F3kdb(last, y=49, output_depth=10, dither_algo=2)[:10]
last = mvf.ToRGB(last, depth=32)
last = core.caffe.Waifu2x(last, noise=1, scale=2, block_w=512, block_h=512, model=3, cudnn=1, processor=1, tta=0)
last = mvf.ToYUV(last, full=True, css="444", depth=10)
last.set_output()

这是脚本,我重新打开又变成这样的错误了
Traceback (most recent call last):
File "src\cython\vapoursynth.pyx", line 1810, in vapoursynth.vpy_evaluateScript (src\cython\vapoursynth.c:36455)
File "C:/Users/simin/Desktop/Untitled.vpy", line 5, in
core.std.LoadPlugin("C:\flash3kyuu_deband.dll")
File "src\cython\vapoursynth.pyx", line 1702, in vapoursynth.Function.__call__ (src\cython\vapoursynth.c:34595)
vapoursynth.Error: LoadLibraryEx failed with code 87: update windows and try again
头像
Muonium
帖子: 42
注册时间: 2016-06-18 8:48

Re: 请问f3kdb没有支持vapoursynth的64位版本吗

有64位的版本
32位的dll和64位的不同
被噪点番支配的噩梦
被Waifu2x吊打的噩梦
不会写代码不会写脚本的我连咸鱼都不如了orz
eedi3好慢啊…………
为什么某SSIM的计算值大于1……
被一个月前自己写的脚本吊打,很爽
CropAbs上也能掉坑……
不要乱搞什么对数亮度作图…
魔幻炼丹主义

回到 “VapourSynth”