level 6
Dfmq3000
楼主
片源如果是MKV就报错
但换成MP4就可以正常运行
源滤镜如果换成FFMS2也是正常的
LibavSMASHSource版本是L-SMASH-Works-r929-20170224-64bit
安装的时候就是将vslsmashsource.dll 放入了 \VapourSynth\plugins64\中
vpy如下
import vapoursynth as vs
import havsfunc as haf
core = vs.get_core()
ret = core.lsmas.LibavSMASHSource(r'D:\test.mkv')
#ret = haf.QTGMC(ret, Preset='slow', FPSDivisor=2, ShutterBlur=2, TFF=True)
ret.set_output()
然后就报错
LOG如下
Failed to evaluate the script:
Python exception: [Fatal]: Failed to read an input file
Traceback (most recent call last):
File "src\cython\vapoursynth.pyx", line 1821, in vapoursynth.vpy_evaluateScript (src\cython\vapoursynth.c:36464)
File "D:/3.vpy", line 4, in
ret = core.lsmas.LibavSMASHSource(r'D:\test.mkv')
File "src\cython\vapoursynth.pyx", line 1713, in vapoursynth.Function.__call__ (src\cython\vapoursynth.c:34604)
vapoursynth.Error: [Fatal]: Failed to read an input file
不知有哪位大神知道是什么原因
2017年05月11日 07点05分
1
但换成MP4就可以正常运行
源滤镜如果换成FFMS2也是正常的
LibavSMASHSource版本是L-SMASH-Works-r929-20170224-64bit
安装的时候就是将vslsmashsource.dll 放入了 \VapourSynth\plugins64\中
vpy如下
import vapoursynth as vs
import havsfunc as haf
core = vs.get_core()
ret = core.lsmas.LibavSMASHSource(r'D:\test.mkv')
#ret = haf.QTGMC(ret, Preset='slow', FPSDivisor=2, ShutterBlur=2, TFF=True)
ret.set_output()
然后就报错
LOG如下
Failed to evaluate the script:
Python exception: [Fatal]: Failed to read an input file
Traceback (most recent call last):
File "src\cython\vapoursynth.pyx", line 1821, in vapoursynth.vpy_evaluateScript (src\cython\vapoursynth.c:36464)
File "D:/3.vpy", line 4, in
ret = core.lsmas.LibavSMASHSource(r'D:\test.mkv')
File "src\cython\vapoursynth.pyx", line 1713, in vapoursynth.Function.__call__ (src\cython\vapoursynth.c:34604)
vapoursynth.Error: [Fatal]: Failed to read an input file
不知有哪位大神知道是什么原因