找回密码
 立即注册
查看: 1922|回复: 2

VapourSynth Editor按F6出现错误提示如何解决?

  • TA的每日心情
    开心
    2024-7-1 16:53
  • 签到天数: 468 天

    [LV.9]以坛为家II

    4

    主题

    50

    回帖

    0

    VC币

    白金会员

    Rank: 12Rank: 12Rank: 12

    积分
    54705
    meitp 发表于 2021-11-9 21:06:04 | 显示全部楼层 |阅读模式
    脚本是:
    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(accept_lowercase=True)
    core.max_cache_size = 16384
    core = vs.get_core()
    src = core.lsmas.LWLibavSource(r"F:\00001.m2ts", threads=1)
    src.set_output()

    按F6出现:
    Failed to evaluate the script:
    Python exception: get_core() got an unexpected keyword argument 'accept_lowercase'

    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 "F:/SPYSZL/00004.vpy", line 8, in
    core = vs.get_core(threads=8)
    File "src\cython\vapoursynth.pyx", line 1635, in vapoursynth.get_core
    TypeError: get_core() got an unexpected keyword argument 'accept_lowercase'
    请问大佬如何解决?谢谢!

    回复

    使用道具 举报

  • TA的每日心情
    擦汗
    2021-12-4 12:48
  • 签到天数: 42 天

    [LV.5]常住居民I

    47

    主题

    2757

    回帖

    2020

    VC币

    星辰大海

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

    积分
    429798

    崭露头角活跃达人CD!BD!坚持不懈灌水之王日积月累

    孤雨独火 发表于 2021-11-9 21:15:12 | 显示全部楼层
    本帖最后由 孤雨独火 于 2021-11-9 21:23 编辑

    什么版本?为啥还有这个东西而且你还写了两遍
    core = vs.get_core(accept_lowercase=True)

    假设你在用r57,那么几个对应脚本你也应该更到最新

    get_core应该在r55就gg了?

    1. core = vs.core
    复制代码

    或者
    1. from vapoursynth import core
    复制代码

    回复

    使用道具 举报

  • TA的每日心情
    开心
    2024-7-1 16:53
  • 签到天数: 468 天

    [LV.9]以坛为家II

    4

    主题

    50

    回帖

    0

    VC币

    白金会员

    Rank: 12Rank: 12Rank: 12

    积分
    54705
    meitp  楼主| 发表于 2021-11-9 21:46:41 | 显示全部楼层
    本帖最后由 meitp 于 2021-11-10 08:39 编辑
    孤雨独火 发表于 2021-11-9 21:15
    什么版本?为啥还有这个东西而且你还写了两遍
    core = vs.get_core(accept_lowercase=True)

    谢谢!知道了!
    回复

    使用道具 举报

    您需要登录后才可以回帖 登录 | 立即注册

    本版积分规则

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