找回密码
 立即注册
123
返回列表 发新帖
楼主: ceshiwenfq

求助y4m:frame header missing如何解决

  • TA的每日心情
    开心
    2023-9-24 06:57
  • 签到天数: 466 天

    [LV.9]以坛为家II

    4

    主题

    48

    回帖

    0

    VC币

    白金会员

    Rank: 12Rank: 12Rank: 12

    积分
    54605
    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?

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

    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    慵懒
    2019-6-5 17:57
  • 签到天数: 22 天

    [LV.4]偶尔看看III

    49

    主题

    461

    回帖

    2581

    VC币

    星辰大海

    Rank: 20Rank: 20Rank: 20Rank: 20Rank: 20

    积分
    1781933

    崭露头角活跃达人新人登场渐入佳境

    菜姬 发表于 2020-5-14 09:33:40 | 显示全部楼层
    meitp 发表于 2020-5-14 09:27
    谢谢大佬的指导!
    我修改了脚本:
    import vapoursynth as vs

    https://github.com/EleonoreMizo/fmtconv/releases
    没装这个滤镜
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    开心
    2023-9-24 06:57
  • 签到天数: 466 天

    [LV.9]以坛为家II

    4

    主题

    48

    回帖

    0

    VC币

    白金会员

    Rank: 12Rank: 12Rank: 12

    积分
    54605
    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?


    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    慵懒
    2019-6-5 17:57
  • 签到天数: 22 天

    [LV.4]偶尔看看III

    49

    主题

    461

    回帖

    2581

    VC币

    星辰大海

    Rank: 20Rank: 20Rank: 20Rank: 20Rank: 20

    积分
    1781933

    崭露头角活跃达人新人登场渐入佳境

    菜姬 发表于 2020-5-14 11:25:39 | 显示全部楼层
    meitp 发表于 2020-5-14 10:26
    谢谢大佬!
    下载fmtconv-r22后,滤镜添加进去,结果没有变化:

    应该是没放对地方…
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    开心
    2023-9-24 06:57
  • 签到天数: 466 天

    [LV.9]以坛为家II

    4

    主题

    48

    回帖

    0

    VC币

    白金会员

    Rank: 12Rank: 12Rank: 12

    积分
    54605
    meitp 发表于 2020-5-14 12:25:20 | 显示全部楼层
    本帖最后由 meitp 于 2020-5-19 21:17 编辑
    菜姬 发表于 2020-5-14 11:25
    应该是没放对地方…

    谢谢大佬!就是滤镜位置没有放对地方。



    回复 支持 反对

    使用道具 举报

    123
    返回列表 发新帖
    您需要登录后才可以回帖 登录 | 立即注册

    本版积分规则

    快速回复 返回顶部 返回列表