meitp 发表于 2020-5-14 09:27:52

菜姬 发表于 2020-5-13 21:47
src.set_output() -> mvf.Depth(src, depth=10).set_output()

谢谢大佬的指导!
我修改了脚本:
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?

还请大佬指导!不修改脚本没有问题。

菜姬 发表于 2020-5-14 09:33:40

meitp 发表于 2020-5-14 09:27
谢谢大佬的指导!
我修改了脚本:
import vapoursynth as vs


https://github.com/EleonoreMizo/fmtconv/releases
没装这个滤镜

meitp 发表于 2020-5-14 10:26:52

菜姬 发表于 2020-5-14 09:33
https://github.com/EleonoreMizo/fmtconv/releases
没装这个滤镜

谢谢大佬!
下载fmtconv-r22后,滤镜添加进去,结果没有变化:

2020-05-14 10:26:19.420
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?


菜姬 发表于 2020-5-14 11:25:39

meitp 发表于 2020-5-14 10:26
谢谢大佬!
下载fmtconv-r22后,滤镜添加进去,结果没有变化:



应该是没放对地方…

meitp 发表于 2020-5-14 12:25:20

本帖最后由 meitp 于 2020-5-19 21:17 编辑

菜姬 发表于 2020-5-14 11:25
应该是没放对地方…
谢谢大佬!就是滤镜位置没有放对地方。



页: 1 2 [3]
查看完整版本: 求助y4m:frame header missing如何解决