v18 PlayerDebug info
#1
Not sure if this is RPi or Kodi 18 specific, but that's what I've got :-}
Pi3b running Kodi latest Milhouse build #906.

Hit 'o' on keyboard, debug info shows.
Why the 'unknown' against both video and audio decoders?

Screenshot illustrates.
https://drive.google.com/open?id=0BzSjf6...zItQzZRY2M

Thanks for any clues...
Reply
#2
Paste the mediainfo for that file.
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
Reply
#3
(2017-09-07, 23:56)Milhouse Wrote: Paste the mediainfo for that file.

This is on Windows - is there a CLI mediainfo on LE?
https://drive.google.com/open?id=0BzSjf6...VJJMzB1cmM

This is the relevant bit of movie.nfo.
Code:
<fileinfo>
        <streamdetails>
            <audio>
                <bitrate>126</bitrate>
                <channels>2</channels>
                <codec>AAC</codec>
            </audio>
            <video>
                <aspect>1.775</aspect>
                <bitrate>1360</bitrate>
                <codec>avc1</codec>
                <durationinseconds>1419</durationinseconds>
                <height>720</height>
                <scantype>Progressive</scantype>
                <width>1278</width>
                <filesize>264199017</filesize>
            </video>
        </streamdetails>
    </fileinfo>
I use Ember on Windows to scrape the metadata.
Reply
#4
mediainfo

You can view the information as text, then copy & paste.

Edit: Also, test with stock Estuary.
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
Reply
#5
(2017-09-08, 01:06)Milhouse Wrote: mediainfo

You can view the information as text, then copy & paste.

Edit: Also, test with stock Estuary.
Ah, hadn't used the export function; here it is
Code:
General
Complete name                            : \\biddr2pdc\MediaShare1\Concert-DL\Concert-Composers\Mahler\Mahler - Symphony No. 6 (2012) Cologne\part1.mp4
Format                                   : MPEG-4
Format profile                           : Base Media / Version 2
Codec ID                                 : mp42 (isom/mp42)
File size                                : 252 MiB
Duration                                 : 23 min 39 s
Overall bit rate mode                    : Variable
Overall bit rate                         : 1 489 kb/s
Encoded date                             : UTC 2016-08-20 11:47:14
Tagged date                              : UTC 2016-08-20 11:47:14
gsst                                     : 0
gstd                                     : 1419080

Video
ID                                       : 1
Format                                   : AVC
Format/Info                              : Advanced Video Codec
Format profile                           : [email protected]
Format settings, CABAC                   : Yes
Format settings, RefFrames               : 3 frames
Codec ID                                 : avc1
Codec ID/Info                            : Advanced Video Coding
Duration                                 : 23 min 39 s
Bit rate                                 : 1 360 kb/s
Width                                    : 1 278 pixels
Height                                   : 720 pixels
Display aspect ratio                     : 16:9
Frame rate mode                          : Constant
Frame rate                               : 25.000 FPS
Color space                              : YUV
Chroma subsampling                       : 4:2:0
Bit depth                                : 8 bits
Scan type                                : Progressive
Bits/(Pixel*Frame)                       : 0.059
Stream size                              : 230 MiB (91%)
Title                                    : ISO Media file produced by Google Inc.
Encoded date                             : UTC 2016-08-20 11:47:14
Tagged date                              : UTC 2016-08-20 11:47:14

Audio
ID                                       : 2
Format                                   : AAC
Format/Info                              : Advanced Audio Codec
Format profile                           : LC
Codec ID                                 : 40
Duration                                 : 23 min 38 s
Bit rate mode                            : Variable
Bit rate                                 : 126 kb/s
Channel(s)                               : 2 channels
Channel positions                        : Front: L R
Sampling rate                            : 44.1 kHz
Frame rate                               : 43.066 FPS (1024 SPF)
Compression mode                         : Lossy
Stream size                              : 21.2 MiB (8%)
Title                                    : ISO Media file produced by Google Inc.
Encoded date                             : UTC 2016-08-20 11:47:14
Tagged date                              : UTC 2016-08-20 11:47:14

Will try Estuary tomorrow and report back.
Thanks for helping :-}
Reply
#6
Screenshot with Estuary [it's V1, I don't have a profile which uses V2, although I can set one up if need be].

https://drive.google.com/open?id=0BzSjf6...zItQzZRY2M

From this, it would seem the 'pixel ratio' is the unknown in the video info.
No idea about the audio.

@Milhouse I asked out of idle curiosity, I wouldn't want you to spend any time on this :-}
Edit:
Whoops, wrong screenshot. This is the correct one.
https://drive.google.com/open?id=0BzSjf6...0NoMHpYSmc
Reply
#7
On my Rpi-3b running Millhouse build #906, i also get confusing info when comparing debug info for various Kodi settings.

With a bog standard mkv rip of one of my BDs, The Call, i get the following:

- playback with MMAL hardware acceleration shows Video Decoder: mmal-h264, unknown and Audio Decoder: unknown, 8bit, 48,000 Hz and Audio Channels as RAW, RAW, RAW, RAW, RAW, RAW.
- playback with OXMPlayer hardware acceleration shows Video Decoder: mmal-h264, unknown and Audio Decoder: PT_DTS, 32bits, 48,000 Hz and Audio Channels as FL, FR, FC, LFE, BL, BR.
- playback without hardware acceleration shows Video Decoder: ff-h264-mml, yuv420p and Audio Decoder: unknown, 8bit, 48,000 Hz and Audio Channels as RAW, RAW, RAW, RAW, RAW, RAW.

In the above examples, i'm playing a rip of my BD made using makemkv so is not reencoded in any way. It's 1080p, with DTS-HD audio (not sure if i kept any other audio tracks).
Will add mediainfo details to this post later.

Guess the yuv420p is related to color space with 4:2:0 sub-sampling, not related to 1080p resolution but playback without h/w acceleration is stuttery.

Obviously the RPi hardware can decode DVD and BD but shouldn't there be info within the debug log to identify color space/subsample data, and similar for audio?
I'm a XBMC novice :)
Reply

Logout Mark Read Team Forum Stats Members Help
PlayerDebug info0