搜索找到 7 个匹配

去高级搜索

Natsuki
2016-04-15 22:18
版面: VapourSynth
主题: VSFilterMod XY-VSFilter for VapourSynth v1.1
回复总数: 19
阅读次数: 12965

Re: VSFilterMod XY-VSFilter for VapourSynth v1.1

for workaround please modify

c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\mmintrin.h

line 47: --#if defined(_M_IX86)
line 47: ++#if defined(_M_IX86) || defined(_M_X64)
Natsuki
2016-03-23 19:33
版面: VapourSynth
主题: VSFilterMod XY-VSFilter for VapourSynth v1.1
回复总数: 19
阅读次数: 12965

Re: VSFilterMod XY-VSFilter for VapourSynth v1.1

vspipe爆炸問題 已解決
Natsuki
2016-03-03 22:27
版面: VapourSynth
主题: VSFilterMod XY-VSFilter for VapourSynth v1.1
回复总数: 19
阅读次数: 12965

VSFilterMod XY-VSFilter for VapourSynth v1.1

Usage:

代码: 全选

core.xyvsf.TextSub(clip,ass,tc)
core.VSFmod.TextSubMod(clip,ass,tc)
VapourSynth-VSFilterMod64 v1.1.zip
(1.71 MiB) 下载 505 次
VapourSynth-VSFilter v1.1.zip
(889.97 KiB) 下载 338 次
Fix vspipe爆炸問題

Fix VSFilterMod64 Timecode 代碼沒有commit問題 (MDZZ
Natsuki
2014-06-14 13:17
版面: AviSynth
主题: 求助这种鬼影改善方法
回复总数: 6
阅读次数: 5234

Re: 求助这种鬼影改善方法

jpg大法好
Natsuki
2014-06-10 12:38
版面: AviSynth
主题: 请教这个类ring现象怎么改善?
回复总数: 15
阅读次数: 9446

Re: 请教这个类ring现象怎么改善?

edge邊緣
怎mask 可以看置頂taro大大的文章
Natsuki
2014-06-08 15:36
版面: AviSynth
主题: 连续2场blended怎么砍掉?(已附上sample)
回复总数: 9
阅读次数: 5897

Re: 连续2场blended怎么砍掉?

我是指 srestore(omode="pp3") 或 srestore(omode="pp3.blur(0.5)") To enable the double-blend-removal you have to set a string for omode pp0 -> the fastest mode, no postprocessing pp1 -> use difference masking, higher quality and still good speed pp2 -> use a special blurring mask on lu...
Natsuki
2014-06-08 4:27
版面: AviSynth
主题: 连续2场blended怎么砍掉?(已附上sample)
回复总数: 9
阅读次数: 5897

Re: 连续2场blended怎么砍掉?

試一下

代码: 全选

srestore(omode="pp3")
srestore(omode="pp3.blur(0.5)")

去高级搜索