Log in

View Full Version : f3kdb.Deband 10-bit compatible?


asarian
14th June 2021, 10:19
I used to use core.f3kdb.Deband, because it was doing a good job on my 8-bit content. Now I want to use it to deband a 10-bit HDR source.

I saw it can still only use 1 core (on VS). That already slowed down the process sgnificantly on my 8-bit input. So, isn't there a better/faster debander by now?

And can core.f3kdb.Deband even handle 10-bit HDR input? And give the same back? (Debanded, if course).

Thanks.

ChaosKing
15th June 2021, 08:33
It works internally in 16 bit, so yeah should be 10bit compatible. Idk about hdr :-/

unix
24th June 2021, 18:17
best deb as far I know

https://github.com/Lypheo/vs-placebo

or u can use
>> https://github.com/Ichunjo/vardefunc
>> vdf.dumb3kdb(clip, radius, threshold, grain)

daoko
9th July 2021, 20:08
Works fine on HDR, just be careful that you don't grain blacks with it, as that'll keep pixels from turning off on an OLED from what I know.

The placebo deband is basically the same thing as f3kdb, although it does make use of your GPU.

asarian
13th July 2021, 09:18
Works fine on HDR, just be careful that you don't grain blacks with it, as that'll keep pixels from turning off on an OLED from what I know.

The placebo deband is basically the same thing as f3kdb, although it does make use of your GPU.


Thx. I will keep that in mind. :)