分页: 1 / 1

DePan-r1

发表于 : 2016-05-13 20:45
Holy

Re: DePan-r1

发表于 : 2016-05-15 7:58
lwjkk666
前来膜拜,辛苦了,收下试试效果先

Re: DePan-r1

发表于 : 2016-05-16 22:35
lyglay1991
感谢移植,下载用一用l

Re: DePan-r1

发表于 : 2016-06-25 23:42
fch1993
求教这个和mvtools内置的区别。

Re: DePan-r1

发表于 : 2016-07-02 9:28
1234水
import vapoursynth as vs
import mvsfunc as mvf
import havsfunc as haf
import vsTAAmbk as taa
import nnedi3_resample as nnrs
import CSMOD as cs
import functools
import adjust
core = vs.get_core(accept_lowercase=True,threads=0)
core.max_cache_size = 10240

src = core.lsmas.LWLibavSource(r'D:\SUB\03.m2ts', threads=1)
crop = core.std.CropRel(src, left=244, top=2, right=244, bottom=2)
denoising=haf.SMDegrain(crop, tr=1, prefilter=1)
denoising2=haf.SMDegrain(denoising, tr=2, prefilter=0)
denoising3=haf.SMDegrain(denoising2, tr=2, prefilter=0)
temp=core.focus.temporalsoften(denoising3,7,255,255,25,2)
temp2=core.rgvs.repair(temp,denoising3,2)
inter=core.std.Interleave([temp2,denoising3])
mdata=core.depan.DePanEstimate(inter,range=1,trust=0,dxmax=4,dymax=4)
Re=core.depan.DePan(inter,data=mdata,offset=-1,mirror=15)
depan=core.std.SelectEvery(Re, 2, 0)
dering=haf.HQDeringmod(depan)
debanding1=core.f3kdb.Deband(dering,10,40,32,32,0,0)
debanding2=core.f3kdb.Deband(debanding1,20,30,20,20,0,0)
resize=nnrs.nnedi3_resample(debanding2,1440,1080)
resize.set_output()
脚本如上,VSEDIT显示正常,但是VSPIPE就不间断爆炸,经常显示VSPIPE停止工作,是啥子情况啊(之前vivtc也出现过类似的情况,莫名boom)

Re: DePan-r1

发表于 : 2016-07-02 9:35
ACG
不明,也许是负载过大Boom了

Re: DePan-r1

发表于 : 2016-07-02 10:16
Holy
你並沒有說崩掉時是哪個 dll 出問題。另外這個濾鏡應該是不會再維護或更新了,請自行改用 mv 裡的 Depan 相關濾鏡。

Re: DePan-r1

发表于 : 2016-07-02 15:34
1234水
求教mv里面的如何使用

Re: DePan-r1

发表于 : 2016-07-02 22:46
NAVras
小白不明觉厉 {:cat_3} threads=0)是不限制还是限制为0的意思?

Re: DePan-r1

发表于 : 2016-07-03 11:51
1234水
NAVras 写了:小白不明觉厉 {:cat_3} threads=0)是不限制还是限制为0的意思?
自动的意思