mvtools icon indicating copy to clipboard operation
mvtools copied to clipboard

MDegrain with 32bit source outputs black frame

Open DTL2020 opened this issue 3 years ago • 0 comments

As from https://forum.doom9.org/showthread.php?p=1957326#post1957326

ConvertBits(32)

super_search = ConvertBits(8).MSuper(rfilter=4) bv1 = super_search.MAnalyse(isb = true, delta = 1, overlap= 4) fv1 = super_search.MAnalyse(isb = false, delta = 1, overlap= 4) MDegrain1(MSuper(levels=1), bv1, fv1, thSAD=300, thSADC=150)

Output is black frame (in VirtualDub after ConvertBits(8)). Same with MDegrainN and with latest sources.

DTL2020 avatar Nov 13 '21 20:11 DTL2020