Jaded-Encoding-Thaumaturgy/vs-denoise

`chroma_reconstruct` mangled output

LightArrowsEXE opened this issue · 0 comments

Sometimes, when calling chroma_reconstruct, the output clip gets mangled. I'm not entirely sure why this happens.

Easy way to reproduce is to call chroma_reconstruct twice, but it can happen even if you only called it once.

    crecon = chroma_reconstruct(cshift)
    crecon2 = chroma_reconstruct(cshift)

input clip
image

crecon
image

crecon2
image