-
Notifications
You must be signed in to change notification settings - Fork 491
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
请求移植 Spline Sinc Blackman 的 resizers #1003
Comments
AviSynth 滤镜很多,我不确定哪些是有用的。欢迎贡献 |
avisynth 内置的 Resize,个人认为就上面这几个对 Magpie 实时处理有点用, 外部的滤镜,新的课题了,哈哈 个人就会写点简单压制脚本而已,大大有时间再慢慢移植 |
AviSynth 的核心滤镜就是常用的标准算法 |
更方便移植了, |
我计划在主仓库只保留基本的着色器,将有很多变体的着色器族分离在单独的仓库里。用户可以自己导入仓库,第三方着色器就不用贡献到主仓库了,也可以自主更新 |
Expected behavior 预期的功能
Spline Sinc 系列的适合笔记本这个平台高速缩放的滤镜,
BlackmanResize 则是带点 antiring 效果,个人 MPV 配置 csale 就用这个,
补充点常用系列也觉得多点选择哈。
感谢大大。
http://avisynth.nl/index.php/BlackmanResize#BlackmanResize
http://avisynth.nl/index.php/BlackmanResize#Spline_based_resizers
http://avisynth.nl/index.php/BlackmanResize#SincResize
Alternative behavior (optional) 近似的功能(可选)
No response
The text was updated successfully, but these errors were encountered: