Thread: Avisynth+
View Single Post
Old 22nd October 2019, 12:46   #4927  |  Link
tormento
Acid fr0g
 
tormento's Avatar
 
Join Date: May 2002
Location: Italy
Posts: 2,582
I am finding AviSynth+ 3.4.0–20191020 bit slower than previous 2915 (x64 environment).

First script:
PHP Code:
SetMemoryMax(8000)
SetFilterMTMode("DEFAULT_MT_MODE"2)
LoadPlugin("D:\eseguibili\media\DGDecNV_x64\DGDecodeNV.dll")
DGSource("E:\in\2_23 Shining (remastered extended)\01222.dgi")
CompTest(1)
SMDegrain (tr=4thSAD=500refinemotion=falsen16=truemode=0contrasharp=falsePreFilter=4truemotion=falseplane=4chroma=true)
Prefetch(6
2915: encoded 2072 frames, 10.49 fps, 2432.63 kb/s
3.4.0–20191020: encoded 2072 frames, 10.05 fps, 2432.63 kb/s

Same script but with tr=6:

2915: encoded 2072 frames, 7.91 fps, 2312.11 kb/s
3.4.0–20191020: encoded 2072 frames, 7.42 fps, 2312.09 kb/s

Can you confirm this?
__________________
@turment on Telegram

Last edited by tormento; 22nd October 2019 at 12:58.
tormento is offline