Amlogic Color Space / Depth information addon

When I checked all my 4K content which is HDR10 and of course 10-bits depth it is displayed in “Color depth” as 8-bits.
For other content 1080p with 10-bits depth it is correctly displayed in “Color depth” as 10-bits.

The “Colour depth” value is NOT the colour bit depth of the video file, it is the colour depth of the resolution that your device is currently outputting.

For instance I use the CoreELEC setting “Use 4:2:2 colour subsampling” and when I play 4K HDR10 10-bit files the output mode and thus “Colour depth” for me is 12-bit.

With CoreELEC setting “Use 4:2:2 colour subsampling” I have blank/black screen on my Panasonic OLED TV when trying to play any 4K content.
Movie 1080p 10-bits plays correctly and is presented as 12-bits but also there is blank/black screen when I stop watching it.
It might be caused by GUI set to 3840 x 2160 50Hz.
I don’t remember why but that I had to set because of some issue caused by Xonfluence skin.
Anyway, not a big deal - when I’m starting watching 4K movie my OLED says it’s getting a signal 3840 x 2160 HDR (PQ)

hi,

I was struggling to get this working on Aeon Nox 5: SiLVO but I finally figured it out. My problem was that Aeon does not have an xml folder. Hopefully the below will help another Aeon Nox user:

copy the Aeon Nox 5: SiLVO DialogPlayerProcessInfo.xml found in the first post into the following folder:

\Addons\skin.aeon.nox.silvo\16x9

Restart and access PlayerProcessInfo.

Thanks to roidy and ukmark62 for the files!!!

1 Like

Just small tip: if you do some modifications in skin’s xml files you don’t need to restart your device, you need only to select another skin (for instance default one) and then select back your skin - now your skin is using modified versions of your xml files.

Does anyone knows why for some content video and audio bitrate is displayed:

and for some other it is only audio bitrate:


and for other no information about both:
image

I’m using both parameters in DialogPlayerProcessInfo.xml:

            <label fallback="1446">$INFO[Player.Process(videowidth),,x]$INFO[Player.Process(videoheight),, px]$INFO[Player.Process(videodar),$COMMA , AR]$INFO[Player.Process(videofps),$COMMA , FPS]$INFO[VideoPlayer.VideoBitrate,$COMMA , kb/s]</label>

            <label fallback="1446">$INFO[Player.Process(audiodecoder)]$INFO[Player.Process(audiobitspersample),$COMMA , bit]$INFO[Player.Process(audiosamplerate),$COMMA , Hz]$INFO[VideoPlayer.AudioBitrate,$COMMA , kb/s]</label>

I have checked some files and:
Audio bitrate is displayed for DTS and AC3 but isn’t for True HD and EAC3
Video bitrate is displayed for old MPEG-4 but isn’t for x264 and x265.

Strange as all of those files are having of course Bit rate values for all streams: video and audio(s)

[Edit]
Kodi’s labels: VideoPlayer.VideoBitrate and VideoPlayer.AudioBitrate are removed in Kodi 17 and next releases:


Apparently if those labels display info for some type of streams is interesting “side effects” result.

Probably because you see results from different decoders output, SW on first pic vs HW on second…?

Nope, enabling / disabling HW decoding (AMLogic) makes no difference - the same result - for some type of content bitrate is displayed, for other not.

Hi

I use Kodi CE in other language than english and I can not see the “CPU Speed” info windows because in other language “CPU SPEED” its too long… Is there a tweak to show this info in english and not in the the selected Kodi’s CE default language ?

Thanks !

Hi,

I like the possibility to display the technical informations about media files very much. Does anything like this addon exists, but for audio files ? I would like to have the possibility to press the “o” button on a keyboard ( which is mapped to the @ button on my remote controller per default ) to have the technical information about audio files displayed in the same way this addon does for video files. I am using the Estuary skin and a S905X3 box.

Hello all
Thanks for this trick (Estuaridya) however when installed all Movies plays correctly but sometimes I get black screen when I stop watching it when returning to the Kodi Gui and I have to reboot CE
Is this a know issue ? (9.2.5/9.2.6 ng S905X3 4/32)
Thanks !

Hi just tried this on aeon nox silvo matrix but7 im missing the most important bits.

Do i need to edit the xml file for matrix?

I can confirm - all AMLogic Video Information is “Unknown” in Matrix.

It works differently now in Matrix. You will have to look at the CE default skin changes. I made those changes for my Estuary mod v2 skin but I don’t think I made it pretty. I am no skinner.

In Matrix they are no longer Window properties, use:-

$INFO[Player.Process(amlogic.eoft_gamut)]
$INFO[Player.Process(amlogic.displaymode)]
$INFO[Player.Process(amlogic.pixformat)]
2 Likes

thanks but where i put these line in the xml?

I made those changes in DialogPlayerProcessInfo.xml:

<label fallback="1446">$INFO[Window(10000).Property(amlogic.hdmitx.displaymode)]</label> -->
<label fallback="1446">$INFO[Player.Process(amlogic.displaymode)]</label

<label fallback="1446">$INFO[Window(10000).Property(amlogic.hdmitx.colourdepth)]</label> -->
<label fallback="1446">$INFO[Player.Process(amlogic.colourdepth)]</label>

<label fallback="1446">$INFO[Window(10000).Property(amlogic.hdmitx.colourspace)]</label> -->
<label fallback="1446">$INFO[Player.Process(amlogic.colourspace)]</label>

<label fallback="1446">$INFO[Window(10000).Property(amlogic.hdmitx.eotf)]</label> -->
<label fallback="1446">$INFO[Player.Process(amlogic.eotf_gamut)]</label>

<label fallback="1446">$INFO[Window(10000).Property(amlogic.hdmitx.colourimetry)]</label> -->
<label fallback="1446">$INFO[Player.Process(amlogic.colourimetry)]</label>

and no result, still “Unknown” in AMLogic Video Information section, except Display mode, where value for it is correctly displayed.

EDIT, sorry, typing mistake, with eoft_gamut instead of eotf_gamut EOTF is also correctly displayed:

OK, got it.
Instead of

$INFO[Player.Process(amlogic.colourdepth)]

have to be:

$INFO[Player.Process(amlogic.pixformat)]

which now contain both information: about color depth and color space, like:
10-bit, YUV444

So finally it looks like this:

Thanks for guiding me to the right direction.

May i ask what skin youre using?

im trying this to get it work on aeon nox silvo.

can you may share your xml?

I’m using Xonfluence.
You need to modify DialogPlayerProcessInfo.xml
This file is specific to the skin so you can’t use the one from Xonfluence.

1 Like

DialogPlayerProcessInfo.xml (13.1 KB)

This work for Aeon Nox: Silvo for Amlogic and non-Amlogic. PVR couldn’t be tested properly though, but I think it works for that too.

1 Like