Closed abdulkaddir closed 4 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
after
Additional information gleaned from the Discord conversation here:
https://github.com/Jaded-Encoding-Thaumaturgy/vs-tools/commit/29d487b2abbb5aadc29610ac81bc2025e587f296
it seems like this commit is actually what breaks it. idk why though.
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
after