- UID
- 17277
- 精华
- 0
- 冰点
- 130
- 阅读权限
- 130
- 主题
- 143
- 回帖
- 40032
- 性别
- 男
- 在线时间
- 1883 小时
- 注册时间
- 2014-8-8
- 最后登录
- 2025-2-14
签到天数: 2374 天 [LV.Master]伴坛终老
精灵王☆
![Rank: 17](static/image/common/star_level3.gif) ![Rank: 17](static/image/common/star_level2.gif) ![Rank: 17](static/image/common/star_level2.gif) ![Rank: 17](static/image/common/star_level1.gif) ![Rank: 17](static/image/common/star_level1.gif)
- 回帖
- 40032
- 雪点
- 14993
- 阅读权限
- 130
- 性别
- 男
- 在线时间
- 1883 小时
- 注册时间
- 2014-8-8
- 最后登录
- 2025-2-14
|
Setmemorymax(512)
SetMTMode(3,4)
PluginPath = "C:\MeGUI\tools\avisynth_plugin\"
LoadPlugin(PluginPath+"svpflow1.dll")
LoadPlugin(PluginPath+"svpflow2.dll")
Import(PluginPath+"InterFrame2.avsi")
LoadPlugin("C:\Program Files (x86)\Haali\MatroskaSplitter\avss.dll")
dss2("T:\TS\葡萄適.ts", fps=25.000).AssumeFPS(25,1).ConvertToYV12()
SetMTMode(2)
#deinterlace
#crop
#denoise
Spline64Resize(1280,720) # Spline64 (Sharp)
InterFrame(Cores=4)
压出来的我上传在
https://www.sendspace.com/file/vcnifs |
|