TA的每日心情 | 开心 2024-7-1 16:53 |
---|
签到天数: 468 天 [LV.9]以坛为家II
白金会员
- 积分
- 54705
|
谢谢大佬的指导!
我修改了脚本:
import vapoursynth as vs
import mvsfunc as mvf
import havsfunc as haf
import vsTAAmbk as taa
import CSMOD as cs
import nnedi3_resample as nnrs
import adjust
core = vs.get_core(threads=8)
core.max_cache_size = 8000
core = vs.get_core()
src = core.lsmas.LibavSMASHSource(r"C:\00001.mP4", threads=1)
mvf.Depth(src, depth=10).set_output()
按“Check script”,出现:
Failed to evaluate the script:
Python exception: No attribute with the name fmtc exists. Did you mistype a plugin namespace?
Traceback (most recent call last):
File "src\cython\vapoursynth.pyx", line 1946, in vapoursynth.vpy_evaluateScript
File "src\cython\vapoursynth.pyx", line 1947, in vapoursynth.vpy_evaluateScript
File "", line 13, in
File "F:\SPYSZL\Tools\vs\R49\mvsfunc.py", line 285, in Depth
clip = core.fmtc.bitdepth(clip, bits=dbitPS, flt=dSType, fulls=fulls, fulld=fulld, dmode=dither, ampo=ampo, ampn=ampn, dyn=dyn, staticnoise=staticnoise)
File "src\cython\vapoursynth.pyx", line 1539, in vapoursynth.Core.__getattr__
AttributeError: No attribute with the name fmtc exists. Did you mistype a plugin namespace?
还请大佬指导!不修改脚本没有问题。
|
|