- UID
- 17277
- 精华
- 0
- 冰点
- 130
- 阅读权限
- 130
- 主题
- 143
- 回帖
- 40001
- 性别
- 男
- 在线时间
- 1877 小时
- 注册时间
- 2014-8-8
- 最后登录
- 2025-1-22
签到天数: 2357 天 [LV.Master]伴坛终老
精灵王☆
- 回帖
- 40001
- 雪点
- 15376
- 阅读权限
- 130
- 性别
- 男
- 在线时间
- 1877 小时
- 注册时间
- 2014-8-8
- 最后登录
- 2025-1-22
|
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 |
|