Posts: 95
	Threads: 17
	Joined: Apr 2021
	
	
 
	
	
		Hi Selur,
can you add Neo f3kdb Deband filter to Avisynth and Vapoursynth? That would be cool, its a good Deband filter.
Greetings
	
	
	
	
	
 
 
	
	
	
		
	Posts: 12.055
	Threads: 66
	Joined: May 2017
	
	
 
	
	
		Doesn't it produce the same output as f4kdb Deband?
Cu Selur
	
	
	
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
	
	
 
 
	
	
	
		
	Posts: 12.055
	Threads: 66
	Joined: May 2017
	
	
 
	
	
		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
	
	
	
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
	
	
 
 
	
	
	
		
	Posts: 95
	Threads: 17
	Joined: Apr 2021
	
	
 
	
	
		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-Plug...ugins64%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]](https://i.imgur.com/Vli4yUz.png)
and
Then it looks like this in Avisynth:
neo_f3kdb(preset="high", output_depth=16)
	
 
	
	
	
	
 
 
	
	
	
		
	Posts: 12.055
	Threads: 66
	Joined: May 2017
	
	
 
	
		
		
		01.09.2022, 18:29 
(This post was last modified: 01.09.2022, 18:37 by Selur.)
		
	 
	
		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/HomeOfAviSynthPlusEvo.../neo_f3kdb afaik.
	
 
	
	
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
	
	
 
 
	
	
	
		
	Posts: 95
	Threads: 17
	Joined: Apr 2021
	
	
 
	
	
		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
	
	
	
	
	
 
 
	
	
	
		
	Posts: 12.055
	Threads: 66
	Joined: May 2017
	
	
 
	
	
		Seems like they dropped that (will fix), but setting Y&C dither to 0 seems to work.
	
	
	
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
	
	
 
 
	
	
	
		
	Posts: 12.055
	Threads: 66
	Joined: May 2017
	
	
 
	
	
		Okay,  Flash3k deband changed, both Mode&Precision have less options.
	
	
	
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
	
	
 
 
	
	
	
		
	Posts: 95
	Threads: 17
	Joined: Apr 2021
	
	
 
	
	
		Ah, cool, i will try Y&C dither 0
	
	
	
	
	
 
 
	
	
	
		
	Posts: 12.055
	Threads: 66
	Joined: May 2017
	
	
 
	
		
		
		01.09.2022, 19:50 
(This post was last modified: 01.09.2022, 19:53 by Selur.)
		
	 
	
		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
	
	
	
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.