Selur's Little Message Board
[BUG] Filter: Deband/Flash3kdb = defective - Printable Version

+- Selur's Little Message Board (https://forum.selur.net)
+-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html)
+--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html)
+--- Thread: [BUG] Filter: Deband/Flash3kdb = defective (/thread-4471.html)



Filter: Deband/Flash3kdb = defective - tailland - 22.08.2026

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
   

gradfun3mod still works as intended, with or without gpu support


RE: Filter: Deband/Flash3kdb = defective - Selur - 22.08.2026

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-zip/wiki/Deband#how-to-convert-args-from-neo_f3kdb-to-vszip

=> I'll look at it. Smile

Cu Selur


RE: Filter: Deband/Flash3kdb = defective - tailland - 22.08.2026

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?


RE: Filter: Deband/Flash3kdb = defective - Selur - 22.08.2026

flash3kdb: https://github.com/SAPikachu/flash3kyuu_deband is basically abandoned,
neo_flash3kdb: https://github.com/HomeOfAviSynthPlusEvolution/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.