Jaded-Encoding-Thaumaturgy / vs-denoise

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

bm3d wrapper changing colour range from limited to full. #102

Closed abdulkaddir closed 4 months ago

abdulkaddir commented 10 months ago

using bm3d wrapper changes the colour range from limited to full.

Example code- denoise=vsdenoise.BM3DCPU.denoise(clip,1,1,profile=Profile.LOW_COMPLEXITY)

before image

after image

LightArrowsEXE commented 10 months ago

Additional information gleaned from the Discord conversation here:

herkzz commented 4 months ago

https://github.com/Jaded-Encoding-Thaumaturgy/vs-tools/commit/29d487b2abbb5aadc29610ac81bc2025e587f296

it seems like this commit is actually what breaks it. idk why though.