View Single Post
Old 5th February 2023, 17:46   #175  |  Link
anton_foy
Registered User
 
Join Date: Dec 2005
Location: Sweden
Posts: 703
MCompensate

@DTL, with your versions of mvtools I can run scripts with mdegrain scripts but not motion compensated scripts with MCompensate. It just stops, aborts without error. Do you know why?

Edit: sorry I just read this
But does it mean your version does not even support the mcompensate at all?

Also here you mention the problem with thSCD but if I do not use scenechange detection at all I put it to zero? Will it make it easier for mvtools to denoise?

For HBD problems mentioned here could you just use two MSuper? Does MAnalyse really degrade quality too much if 8-bit yv12?

Something like this:
Code:
# HBD source

Sup8 = convertbits(8).converttoyv12()
Sup   = source.MSuper(levels=1)
Sup8 = source8.MSuper()
multi_vec_vs = sup8.MAnalyse(multi=true, blksize=8, ...).convertbits(source)
MDegrainN(last, sup, multi_vec_vs, ...)

Last edited by anton_foy; 5th February 2023 at 20:11.
anton_foy is offline   Reply With Quote