DGDenoise
DGDenoise
People could smell it from miles away. Peww!
DGDenoise
Who puts foinature in the kitchen? Is that a frog thing?
DGDenoise
Frogs don't have kitchens, do they?
DGDenoise
Well, it actually does, both in speed and size.

Test on extract from Eternals BD, x265 -crf 22 --preset slow.
Code: Select all
SetMemoryMax()
SetFilterMTMode("DEFAULT_MT_MODE", 2)
LoadPlugin("D:\Eseguibili\Media\DGDecNV\DGDecodeNV.dll")
DGSource("F:\In\2_35 Eternals\eternals.dgi",ct=140,cb=140,cl=0,cr=0)
DGDenoise(strength=0.15, cstrength=0.15, blend=0.1, cblend=0.1, searchw=9)
Code: Select all
SetMemoryMax()
SetFilterMTMode("DEFAULT_MT_MODE", 2)
LoadPlugin("D:\Eseguibili\Media\DGDecNV\DGDecodeNV.dll")
DGSource("F:\In\2_35 Eternals\eternals.dgi",ct=140,cb=140,cl=0,cr=0)
ConvertBits(16)
DGDenoise(strength=0.15, cstrength=0.15, blend=0.1, cblend=0.1, searchw=9)
fmtc_bitdepth (bits=10,dmode=8)
DGDenoise
You have to clear the windows cache between the two encodes. Need a special utility for that, or reboot.
DGDenoise
It's faster because x265 works faster if the bitrate is lower.
DGDenoise
Why is the bitrate lower?
DGDenoise
The increased precision might cause a stronger denoising effect, or it simply stabilizes the image more and x265 is able to utilize reference frames better. It would also be interesting to know if the frame type decisions also change - I'd expect them to be different.