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)
|
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) 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: and 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. (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 |