Archive:Codecinfo: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
>Udepub
mNo edit summary
mNo edit summary
 
(77 intermediate revisions by 11 users not shown)
Line 1: Line 1:
{{cleanup}}
{{incomplete}}<br />


Whilst XBMC is playing media on screen you can activate the codecinfo overlay ({{keypress|O}} key). This normally appears as white text on a black background bar located near the top of the screen (dependent on the skin being used).The codecinfo overlay displays a number of real time variables describing detailed information on the codecs currently in use.
<section begin="intro" />Whilst Kodi is playing media on screen you can activate the '''codecinfo''' overlay {{keypress|o}} key on a keyboard. This normally appears as white text on a black background bar located near the top of the screen (dependent on the skin being used). The codecinfo overlay displays a number of real time variables describing detailed information on the codecs currently in use.<section end="intro" />


[[File:Video codecinfo.png|800px]]
{{note|The codecinfo screen is not entirely accurate for some of the reported data, due to the fact that the codecinfo screen itself will reduce performance on low powered devices (i.e., Raspberry Pi, some Android/ARM boxes). }}


For fullscreen video playback, the codec information is split into 4 lines of text.
{{-}}
* Audio information - provided by both the 'D'emuxer and the 'P'layer
== Current stable builds ==
* Video information - provided by both the 'D'emuxer and the 'P'layer
[[File:Helix codecinfo.png|700px|Helix|right]]
* General playback information (C)
;Video codecinfo window as seen in stable Kodi v14.x and newer builds.
* 'W'indowing and System CPU information


Samples from the screen above
Information is split into 7 lines of text:
{| class="wikitable"
* Audio information - '''D'''emuxer
! Audio Information !! Explanation
* Audio information - '''P'''layer
* Video information - '''D'''emuxer
* Video information - '''P'''layer
* General playback information '''C'''
* '''W'''indowing and System CPU information
* '''S'''ync to screen information
{{-}}
 
=== Breakdown ===
Samples from the screen(s) above:
{| class="prettytable"
! Audio information
! Breakdown
|-
|-
| aac || [http://en.wikipedia.org/wiki/Audio_codec Audio Codec]
| aac || Audio codec
|-
|-
| mp4a / 0x6134706D || <font size="5">'''?'''</font>
| mp4a / 0x6134706D || Codec ID - Format profile <ref>http://matroska.org/technical/specs/index.html#CodecID</ref>
|-
|-
| 48000 Hz || [http://en.wikipedia.org/wiki/Sample_rate Sample Rate]
| 48000 Hz || Sampling rate
|-
|-
| 5.1 || [http://en.wikipedia.org/wiki/Audio_channelAudio Channels]
| 5.1 || Audio channels
|-
|-
| s16 || Sample Size (s16 = Signed 16-bit value)
| s16 || Sample size (s16 = signed 16-bit value)
|-
|-
| 437 kb/s || Average Audio [http://en.wikipedia.org/wiki/Bitrate#Multimedia_encoding Bitrate] (reported by demuxer)
| fltp || float, planar
|-
|-
| aq:99% || [http://www.theproducerschoice.com/blogs/articles/6040180-what-is-audio-saturation Audio Queue Saturation]
| 437 kb/s || Average audio bitrate (reported by demuxer)
|-
|-
| Kb/s:437.41 || Current Audio Bitrate (reported by player)
| aq:99% || Audio queue saturation
|-
|-
| att:0.0db || Attenuation / Gain added by player
| Kb/s:437.41 || Current audio bitrate (reported by player)
|}
|-
 
| att:0.0db || Attenuation / gain added by player
{| class="wikitable"
! Video Information !! Explanation
|-
|-
| h264 (Main) || [http://en.wikipedia.org/wiki/Video_codecVideo Video Codec] / Profile
! style="background: #DBDBDB;" | '''Video information'''
! style="background: #DBDBDB;" | '''Breakdown'''
|-
|-
| avc1 / 0x31637661 || <font size="5">'''?'''</font>
| h264 (Main) (avc1 / 0x31637661) || Video codec
|-
|-
| yuv420p || Pixel Format / Color Space
| yuv420p || Color space / Chroma subsampling
|-
|-
| 1920x1080 || Resolution
| 1920x1080 || Resolution
|-
|-
| 9282 kb/s || Average Audio Bitrate (reported by demuxer)
| SAR 1:1 DAR 16x9 || '''S'''ource '''A'''spect '''R'''atio - '''D'''isplay '''A'''spect '''R'''atio
|-
|-
| fr:24.000 || [http://en.wikipedia.org/wiki/Frame_rate Framerate] of Source
| 9282 kb/s || Average audio bitrate (reported by demuxer)
|-
|-
| vq:88% || Video Queue Saturation
| fr:24.000 || Source framerate
|-
|-
| dc:ff-h264-dxva2 || Video Library perfoming decode (in this case, ffmpeg/h264) <font size="5">'''?'''</font>
| vq:88% || Video queue saturation
|-
|-
| Mb/s:7.79 || Current Video Bitrate (reported by player)
| dc:ff-h264-dxva2 || Video library performing decode
|-
|-
| drop:12 || Number of Dropped Frames
| Mb/s:7.79 || Current video bitrate (reported by player)
|-
|-
| pc:1 || Pullup Correction Pattern Length
| drop:12 || Number of dropped frames
|}
|-
 
| skip:13 || Number of skipped frames
{| class="wikitable"
|-
! General Playback Information !! Explanation
| pc:1 || Pullup correction pattern length
|-
! style="background: #DBDBDB;" | '''General playback information'''
! style="background: #DBDBDB;" | '''Breakdown'''
|-
| ad:0.000 || Audio delay (configured)
|-
| a/v:0.030 || Audio/video sync difference (real time)
|-
| edl:- || Edit decision list
|-
| dcpu: 0% || Relative CPU Usage of the player thread
|-
| acpu: 0% || Relative CPU usage of the audio decode thread
|-
|-
| ad:0.000 || Audio Delay (Configured)
| vcpu: 0% || Relative CPU Usage of the video decode thread
|-
|-
| a/v:0.030 || Audio/Video Sync Difference (Real time)
| cache:0 B 100% || Size of cached data and % of cache utilized
|-
|-
| edl:- || [[Edit decision list|Edit Decision List]]
! style="background: #DBDBDB;" | '''Windowing information'''
! style="background: #DBDBDB;" | '''Breakdown'''
|-
|-
| dcpu: 0% || Relative CPU Usage of the Player Thread
| CPU 4 core(s) || System processor information (this display is OS-dependent)
|-
|-
| acpu: 0% || Relative CPU Usage of the Audio Decode Thread
| average: 4.7% || Average CPU load across all cores
|-
|-
| vcpu:0% || Relative CPU Usage of the Video Decode Thread
! style="background: #DBDBDB;" | '''Sync to screen information'''
! style="background: #DBDBDB;" | '''Breakdown'''
|-
|-
| cache:0 || Size of [http://en.wikipedia.org/wiki/Disk_buffer Cached] Data and % of Cache Utilized
| refresh || Actual refresh-rate being displayed
|-
|-
| B || <font size="5">'''?'''</font>
| missed || Number of missed frames
|-
|-
| 100% || <font size="5">'''?'''</font>
| speed || Audio speed correction to sync
|}
 
{| class="wikitable"
! Windowing/System Performance Information !! Explanation
|-
|-
| fps:24.00 || Framerate being Displayed
| sync || Video speed to enable sync
|-
|-
| CPU 4 core(s) || System Processor Information (this display is OS-dependent)
| avg || Avg amount of correction
|-
|-
| average: 4.7% || Average CPU Load across all Cores
| error || Percentage of errors syncing
|}
|}


[[Category:XBMC Manual]]
== References ==
<references/>
 
== Further information/discussion ==
* See the [[forum:70743|Video Diagnostic Screen]] forum topic for discussion and more information.

Latest revision as of 02:17, 7 December 2020

Whilst Kodi is playing media on screen you can activate the codecinfo overlay o key on a keyboard. This normally appears as white text on a black background bar located near the top of the screen (dependent on the skin being used). The codecinfo overlay displays a number of real time variables describing detailed information on the codecs currently in use.

Note: The codecinfo screen is not entirely accurate for some of the reported data, due to the fact that the codecinfo screen itself will reduce performance on low powered devices (i.e., Raspberry Pi, some Android/ARM boxes).


Current stable builds

Helix
Video codecinfo window as seen in stable Kodi v14.x and newer builds.

Information is split into 7 lines of text:

  • Audio information - Demuxer
  • Audio information - Player
  • Video information - Demuxer
  • Video information - Player
  • General playback information C
  • Windowing and System CPU information
  • Sync to screen information


Breakdown

Samples from the screen(s) above:

Audio information Breakdown
aac Audio codec
mp4a / 0x6134706D Codec ID - Format profile [1]
48000 Hz Sampling rate
5.1 Audio channels
s16 Sample size (s16 = signed 16-bit value)
fltp float, planar
437 kb/s Average audio bitrate (reported by demuxer)
aq:99% Audio queue saturation
Kb/s:437.41 Current audio bitrate (reported by player)
att:0.0db Attenuation / gain added by player
Video information Breakdown
h264 (Main) (avc1 / 0x31637661) Video codec
yuv420p Color space / Chroma subsampling
1920x1080 Resolution
SAR 1:1 DAR 16x9 Source Aspect Ratio - Display Aspect Ratio
9282 kb/s Average audio bitrate (reported by demuxer)
fr:24.000 Source framerate
vq:88% Video queue saturation
dc:ff-h264-dxva2 Video library performing decode
Mb/s:7.79 Current video bitrate (reported by player)
drop:12 Number of dropped frames
skip:13 Number of skipped frames
pc:1 Pullup correction pattern length
General playback information Breakdown
ad:0.000 Audio delay (configured)
a/v:0.030 Audio/video sync difference (real time)
edl:- Edit decision list
dcpu: 0% Relative CPU Usage of the player thread
acpu: 0% Relative CPU usage of the audio decode thread
vcpu: 0% Relative CPU Usage of the video decode thread
cache:0 B 100% Size of cached data and % of cache utilized
Windowing information Breakdown
CPU 4 core(s) System processor information (this display is OS-dependent)
average: 4.7% Average CPU load across all cores
Sync to screen information Breakdown
refresh Actual refresh-rate being displayed
missed Number of missed frames
speed Audio speed correction to sync
sync Video speed to enable sync
avg Avg amount of correction
error Percentage of errors syncing

References

Further information/discussion