Archive:Codecinfo: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
>Dieter.wunderer
m (Removed spam from " XavierErnandez")
>Dieter.wunderer
No edit summary
Line 2: Line 2:
Whilst XBMC is playing media on screen you can activate the codecinfo pop-up/overlay. This normally appears as white text on a black background bar located near the top of the screen (dependent on the skin being used).
Whilst XBMC is playing media on screen you can activate the codecinfo pop-up/overlay. 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 popup displays a number of real time variables describing detailed information on the codecs currently in use.R
The codecinfo popup displays a number of real time variables describing detailed information on the codecs currently in use.


The following example shows some realistic sample data in the approximate form it is displayed:
The following example shows some realistic sample data in the approximate form it is displayed:

Revision as of 09:05, 1 December 2010

Incomplete.png INCOMPLETE:
This page or section is incomplete. Please add information or correct uncertain data which is marked with a ?

Whilst XBMC is playing media on screen you can activate the codecinfo pop-up/overlay. 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 popup displays a number of real time variables describing detailed information on the codecs currently in use.

The following example shows some realistic sample data in the approximate form it is displayed:

audio:(mp3lib MPEG layer-2, layer-3) br:128000 sr:48.00 khz chns:2
video:FFmpeg MPEG-4 fps:23.98 512x384 early/late:3/2
fps:23.93 cpu:0.00 dropped:1 Q:0 cache:80% ct:0.05 ac:-0.01


Codecinfo Variables
Sample Full Variable Name Meaning
audio:(mp3lib MPEG layer-2, layer-3) Audio Codec Audio decoder used to decode current audio stream
br:128000 Bitrate Bitrate of audio stream (very inaccurate, often plain wrong)
sr:48.00 khz Sample rate Sample rate of audio stream
chns:2 Audio Channel Count Number of audio channels present (very inaccurate, often plain wrong)
video:FFmpeg MPEG-4 Video Codec Video decoder used to decode video stream
fps:23.98 512x384 Source Frames Per Second Frames Per Second in source video
early/late:3/2 Early Frames / late Frames Number of frames that have arrived earlier than expected and later than required.
fps:23.93 Actual Frames Per Second Actual Frames per Second shown onscreen (can vary if you show video in a different resolution than source material)
cpu:0.00 CPU Usage Assume Zero due to some mod quirk? (Bug report on SF 1728041)
dropped:1 Dropped Frames Number of dropped frames
Q:0 ? ?
cache:80% Cache XBMC caches the media locally to ensure continuous uninterrupted playback. If this figure drops it is due to either XBMC or the network struggling to keep up with the data throughput.
ct:0.05 Sync Correction total A-V sync correction done
ac:-0.01 ? ?