Jaded-Encoding-Thaumaturgy / vs-denoise

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

`chroma_reconstruct` mangled output #81

Closed LightArrowsEXE closed 1 year ago

LightArrowsEXE commented 1 year ago

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