Selur's Little Message Board

Full Version: Filter: Deband/Flash3kdb = defective
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hey there.

version 21.8.2026
the above mentioned filter has become(?) defective, producing wildly erroneous output, see image.

loading input file (type irrelevant)
choose whatever settings
= output in the image
[attachment=3716]

gradfun3mod still works as intended, with or without gpu support
Code:
clip = core.vszip.Deband(clip, thr=(64,64,64), grain=(64,64), sample_mode=5, dynamic_grain=True, keep_tv_range=True)
Ahh,... I forgot to adjust the defaults. Smile
see: https://github.com/dnjulek/vapoursynth-z...b-to-vszip

=> I'll look at it. Smile

Cu Selur
from personal interest: how does that happen?
were you doing doing some casual, crossbrowsing code maintenance when you changed those values to something faulty and forgot to return them to normal? or were those values leftovers from an earlier version of the filter implementation and you forgot to correct them?
flash3kdb: https://github.com/SAPikachu/flash3kyuu_deband is basically abandoned,
neo_flash3kdb: https://github.com/HomeOfAviSynthPlusEvo.../neo_f3kdb is API3 and not available via pip.
vszip.Deband: https://github.com/dnjulek/vapoursynth-zip/wiki/Deband is a faster version of neo_f3kdb with float support.
I switched to it a few weeks ago, but forgot to adjust the scaling.

Cu Selur

Ps.: got it fixed locally, but will first look at "Line/Darken (GLSL-A4K) = defective" before packaging a new dev.