Jaded-Encoding-Thaumaturgy / vs-denoise

VapourSynth denoising, regression, and motion compensation functions
MIT License
18 stars 6 forks source link

output of mlm_degrain becomes progressively worse as refine is increased #36

Closed NSQY closed 1 year ago

NSQY commented 1 year ago

https://slow.pics/c/AOa8rb9B

from vstools import core, depth
from vsdenoise import mlm_degrain

src = core.ffms2.Source()
src = depth(src, 16)

src.set_output()
[mlm_degrain(src, tr=2, thSAD=500, refine=i).set_output(i + 1) for i in range(6)]
Setsugennoao commented 1 year ago

Fixed in https://github.com/Irrational-Encoding-Wizardry/vs-denoise/commit/e469323fe1af9ed4b1fc7445e2ceb0e5c7a3c86b