Jaded-Encoding-Thaumaturgy / vs-denoise

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

mlm_degrain: Certain factors cause ghosting? #106

Closed LightArrowsEXE closed 7 months ago

LightArrowsEXE commented 7 months ago

See: comp

    mlm = mlm_degrain(rkt, tr=2, thSAD=45, factors=[2/5, 3/5], prefilter=Prefilter.MINBLUR2(planes=0), planes=0)
    mlm2 = mlm_degrain(rkt, tr=2, thSAD=45, factors=[3/5, 4/5], prefilter=Prefilter.MINBLUR2(planes=0), planes=0)
Setsugennoao commented 7 months ago

This is how the function works