登录 注册
当前位置:主页 > 资源下载 > 9 > lvsfunc是LightArrowsEXE编写的VapourSynth函数和包装器集合

lvsfunc是LightArrowsEXE编写的VapourSynth函数和包装器集合

  • 更新:2024-09-30 14:38:26
  • 大小:64KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

lvsfunc 由LightArrowsEXE编写和/或“借用”的VapourSynth函数和包装的集合。 有关每个函数/包装器工作方式的完整信息以及特定的依赖关系,请参见。 如何安装 如果您具有旧的lvsfunc.py模块,请首先从系统lvsfunc.py删除。 使用以下命令安装lvsfunc : $ pip install lvsfunc Arch Linux 使用您最喜欢的AUR助手安装vapoursynth-plugin-lvsfunc-git : $ yay -S vapoursynth-plugin-lvsfunc-git 用法 安装后,可以按以下方式加载和使用功能: import lvsfunc as lvf src = lvf . misc . source (...) aa = lvf . aa . nneedi3_clamp (...) comp = lvf