такой результат у меня не получился.
Получается старым скриптом, ранее размещенным Вами. Но он не всегда приемлем, так как часто убирает детали картинки.
СКРИПТ
blksize = 16
overlap = blksize/2
chroma = true
planes = chroma?4:0
tr = 3 # Temporal radius
thSAD = 321
thSAD2 = 135
rest = last
w = rest.width()
h = rest.height()
#calm = rest.temporalsoften(1,255,255,32,2).merge(rest,0.25).repair(rest,1).removegrain(11)
#calm = calm.temporalsoften(1,255,255,16,2).merge(calm,0.25)
#temporalsoften(2,32,12,24,2)
temporalsoften(6,32,32,24,2) #26370
calm = clense().repair(last,1)
LOP = calm.bicubicresize(w/4,h/4).bicubicresize(w,h,1,0)
HIP = rest.bicubicresize(w/4,h/4).bicubicresize(w,h,1,0)
HIP = mt_makediff(rest,HIP)
mix = LOP.mt_adddiff(HIP,U=2,V=2)
psuper = mix.removegrain(11).MSuper(pel=2, sharp=2, rfilter=2, chroma=chroma)
rsuper = rest.MSuper(pel=2, sharp=2, levels=1, chroma=chroma)
multi_vec = MAnalyse (psuper, multi=true, delta=tr, blksize=blksize, overlap=overlap, global=true, truemotion=false, chroma=chroma, lambda=1024, dct=5)
rest.MDegrainN (rsuper, multi_vec, tr, thSAD=thSAD, thSAD2=thSAD2, limit=135, plane=planes, lsb=true)
LoadPlugin("D:\!MeGUI-2913-32\tools\defectnew\dither.dll")
DitherPost(mode=-1)
Спрятать