Closed NSQY closed 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)]
Fixed in https://github.com/Irrational-Encoding-Wizardry/vs-denoise/commit/e469323fe1af9ed4b1fc7445e2ceb0e5c7a3c86b
https://slow.pics/c/AOa8rb9B