The following warnings occurred:
Warning [2] Trying to access array offset on null - Line: 14 - File: inc/plugins/cookielaw.php(272) : eval()'d code PHP 8.3.12-nmm1 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/plugins/cookielaw.php(272) : eval()'d code 14 errorHandler->error_callback
/inc/plugins/cookielaw.php 272 eval
/inc/class_plugins.php 142 cookielaw_global_intermediate
/global.php 100 pluginSystem->run_hooks
/printthread.php 16 require_once
Warning [2] Trying to access array offset on null - Line: 14 - File: inc/plugins/cookielaw.php(272) : eval()'d code PHP 8.3.12-nmm1 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/plugins/cookielaw.php(272) : eval()'d code 14 errorHandler->error_callback
/inc/plugins/cookielaw.php 272 eval
/inc/class_plugins.php 142 cookielaw_global_intermediate
/global.php 100 pluginSystem->run_hooks
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.3.12-nmm1 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/printthread.php(287) : eval()'d code 2 errorHandler->error_callback
/printthread.php 287 eval
/printthread.php 117 printthread_multipage



Selur's Little Message Board
Neo f3kdb Deband for AVS and VS - 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: Neo f3kdb Deband for AVS and VS (/thread-2869.html)

Pages: 1 2


Neo f3kdb Deband for AVS and VS - karthauzi - 01.09.2022

Hi Selur,

can you add Neo f3kdb Deband filter to Avisynth and Vapoursynth? That would be cool, its a good Deband filter.

Greetings


RE: Neo f3kdb Deband for AVS and VS - Selur - 01.09.2022

Doesn't it produce the same output as f4kdb Deband?

Cu Selur


RE: Neo f3kdb Deband for AVS and VS - Selur - 01.09.2022

Also what are the min/max values for the parameters?
Does one have to scale the values of range, Y, Cb, Cr, GrainY and GrainC depending on the color bit depth or is there a fixed range and the values will be automatically adjusted depending on the bit depth?

Cu Selur


RE: Neo f3kdb Deband for AVS and VS - karthauzi - 01.09.2022

In Staxrip in Vapoursynth, Neo f3kdb is not producing any noise:

clip = core.neo_f3kdb.Deband(clip, y=64, cb=64, cr=64, grainy=0, grainc=0)

[Image: ym70xQ2.png]

i have only found these .dlls

https://gitlab.com/uvz/AviSynthPlus-Plugins-Scripts/-/tree/master/plugins64%2B


in Hybrid Flash3k is producing noise, Gradfun2D is also produce noise in debanded areas, i dont use Vaypoursynth, dont know about that DeBand filters

in Avisynth in Staxrip, i can choose when select f3kdb neo:

[Image: Vli4yUz.png]and[Image: RTcXbwk.png]

Then it looks like this in Avisynth:

neo_f3kdb(preset="high", output_depth=16)


RE: Neo f3kdb Deband for AVS and VS - Selur - 01.09.2022

Hmm,... if that is all, I could simply allow setting dither strength 0. Wink
(never thought 0 was allowed,... this happens if min/max isn't defined properly :/)

Cu Selur

Ps.: neo_f3kdb comes from https://github.com/HomeOfAviSynthPlusEvolution/neo_f3kdb afaik.


RE: Neo f3kdb Deband for AVS and VS - karthauzi - 01.09.2022

Thats would be cool.

in Flash3k, i have tried Mode: No dither, but its instantly crashing when job started, on Precision: No dithering dont do anything i think.

Greetings


RE: Neo f3kdb Deband for AVS and VS - Selur - 01.09.2022

Seems like they dropped that (will fix), but setting Y&C dither to 0 seems to work.


RE: Neo f3kdb Deband for AVS and VS - Selur - 01.09.2022

Okay, Flash3k deband changed, both Mode&Precision have less options.


RE: Neo f3kdb Deband for AVS and VS - karthauzi - 01.09.2022

Ah, cool, i will try Y&C dither 0


RE: Neo f3kdb Deband for AVS and VS - Selur - 01.09.2022

Send you a link to a dev version to test, where I hopefully fixed Flash3kdb in Avisynth, also allowing dither to be 0.
Please test and let me know whether that also allows to skip the dithering.

Out of curiousity: Why not use Vapoursynth instead of Avisynth? (aside from a few filters basically everything is available on Vapoursynth and on newer systems faster and more stable)

Cu Selur