Jaded-Encoding-Thaumaturgy / vs-denoise

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

BM3D outputs Full Range clip #112

Closed LightArrowsEXE closed 8 months ago

LightArrowsEXE commented 8 months ago

On git latest, BM3D appears to output a full range clip. This happens with BM3DCPU, BM3DCuda, and BM3DCudaRTC, and at any input bitdepth.

src = source("BDMV/FATE ZERO/AOA_FATEZERO_BOXSET_1/AOA_FATEZERO_BOXSET_1_D2/BDMV/STREAM/00003.m2ts", 16)[24:-24]
den = BM3DCudaRTC.denoise(src)

src

image

bm3d

image

Setsugennoao commented 8 months ago

Duplicate of #102

Vodes commented 8 months ago

Then fix it :)