Any chance you can clip out a short bit of Martian which has obvious banding? I can’t reproduce banding on any of the 24Hz clips I have here, but they don’t have big areas of light colour where it would show up.
The Martian bands at 03:35-03:54 where the Sky can be seen in the background.
I can’t take a screenshot of it to show you as I’m sticking with the 119 Kernel which has no banding.
I’m not sure I can clip out a small section from a 10bit HDR file, I don’t know if avidemix (the software I use for cutting/spliting/joining video files) will support it.
I will have a go in the morning and see if it can done. Will update you in the morning.
My wife would not be happy if she heard me creeping around the office at this time starting up my PC etc etc
Okay i was able to use avidemux, but it doesn’t support TrueHD/Atmos audio so that has been removed from the clip (this shouldn’t effect the test should it ?)
Anyway here is a short clip that would show plenty of banding on the sky in the background on kernel 121 (Kernel 119 has no banding rememeber)
Then if I go echo 8bitnow | sudo tee /sys/class/amhdmitx/amhdmitx0/attr it switches to 8 bits and I get a noticeable difference (look just above the 29 flag):
On my TV (Panasonic) that is typically the difference between 8 and 10 bits. Is this similar to what you are getting? If not, then we need to look elsewhere for the cause of banding.
You can check what bit-depth is being sent to the display with cat /sys/class/amhdmitx/amhdmitx0/config On kernel 121 it should say
cur_VIC: 93
VIC: 93 3840x2160p24hz
Colour depth: 10-bit
Colourspace: YUV422
Colour range: limited
EOTF: HDR10
YCC colour range: limited
PLL clock: 0xc000027b, Vid clock div 0x000a339c
audio config: off
3D config: off
On kernel 119 it should say 10-bit YUV444 and the line PLL clock will be different.
If you are playing around with bitdepths and get blank screen, echo now | sudo tee /sys/class/amhdmitx/amhdmitx0/attr will usually fix it.
@Grahamh I am just out at the moment but I will try and test what you have asked this afternoon when I get back.
But based on the screenshots you have posted my banding is worse than that.
I will have to switch back to Kernel 121 and then take a screen shot to show you what ‘real’ banding is !!!
Edit banding is probably the same, it doesn’t look as bad on a still screenshot as it does in motion
Edit Erroneous removed
Will update later when I get chance to test and take a screenshot
Ok so I have just tested (still using Kernel 119) and i can confirm that when it is running 4:4:4 10bit output there is no noticeable banding. If I force 8bit output then banding appears.
OK, thanks, I would say that’s exactly what I get. But for me it’s the same whether I’m on 4:4:4 or 4:2:2.
Without the faff of loading 121 kernel, could you try echo 42210bitnow | sudo tee /sys/class/amhdmitx/amhdmitx0/attrand echo 4228bitnow | sudo tee /sys/class/amhdmitx/amhdmitx0/attr?
Note that after changing the bit depth, just advance the vid a frame or two for it to take effect. Any more than a couple of frames and you risk a blank screen (bug not yet traced).
cat /sys/class/amhdmitx/amhdmitx0/config would be useful for each case as well.