Replies: 5 comments 25 replies
-
更新一下涉及的两个插件。 |
Beta Was this translation helpful? Give feedback.
-
I modified the latest version (4.6.0.250) to remove the red borders. It's for vapoursynth. |
Beta Was this translation helpful? Give feedback.
-
这个svp开源版vs的性能是不是远不如现在的SVP4pro啊? 之前使用集成这个的lazy-mvp,开启以后感觉都在吃满CPU而没有用GPU,效率很低 |
Beta Was this translation helpful? Give feedback.
-
Version 4.6.0.263 with red borders removed : |
Beta Was this translation helpful? Give feedback.
-
I did everything as described, created a folder vapoursynth64/plugins/ put two files there, but nothing works. clicmpv_22.32.40.mp4.mov |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
mpv支持svp补帧法
Note
非使用新整合包的其他mpv用户,需要结合 “原文” 部分(因部分文件已过时而不再维护)自行融合理解
此功能现受 K7sfunc 包装器的多个模块例如 SVP_LQ 的支持。
但是 mpv-lazy-20221011 及之后的版本不再集成对应的依赖插件,需要手动获取(参见 二楼的附件)
安装说明:
完毕。
Warning
此处开始为旧的 原文
旧版的svpflow可以免manager运行并曾经在官网免费提供。
旧版懒人包已集成,mpvnet_CM 未集成,可以通过下方对应的步骤快速使用。
1. mpv 原版
旧版懒人包已集成,可直接启用。
如果要基于你自己的mpv配置,参考阅读“关联”的文章。
如果需要使用自己的svp manager,按照 【FAQ】 处理。
关联: 《mvtools的安装示例》
扩展: 《svpflow的可配置参数》
2. mpv.net_CM (已过时)
4.1. 下载旧版懒人包,复制其中的所有文件名中带
svpflow
的文件到mpvnet中的对应位置vapoursynth64/plugins/svpflow1_vs64.dll
vapoursynth64/plugins/svpflow1_vs64.dll
portable_config/vs/svpflow-2x.vpyportable_config/vs/svpflow-8b.vpy
portable_config/vs/svpflow-Starlight.vpy
(这三个脚本文件用主仓库中的文件 svpflow_*.vpy 代替)
2.2. 根据你的使用习惯,自行编辑 input.conf 或 mpv.conf
对应语法参考mvtools
2.3 BlackMicky 黑米奇版的特别处理
由于加入了自制功能和额外插件,与mpvnet_CM的组件冲突,需要参照 mpv-lazy 的FAQ彻底清理相关文件。
相关反馈: #82 (comment)
3. 可能有效的效率优化
完整写法示例:
--vf=vapoursynth="~~/xxxxx.vpy":buffered-frames=2:concurrent-frames=8
或精简为
--vf=vapoursynth="~~/xxxxx.vpy":2:8
Beta Was this translation helpful? Give feedback.
All reactions