Name | Description |
---|---|
stat::writer_config | a current encoding configuration of an object |
stat::elapsed | waiting for the next frame interval in msec |
stat::reset_counter | a number of statistics resets |
stat::breaks | a number of breaks - frames with "Break" flag, when a frame is expected but is not received from a source |
stat::dups | a number of duplicated frames |
stat::pauses | a number of frames processed while a source is paused |
stat::skipped | a number of skipped frames |
stat::added | a number of added frames to keep the overall frame rate stable |
stat::tc_breaks | a number of timecode issues (when the current frame contains a timecode that is different from the previous more than for 1 frame, e.g. "01:23:45:12" and "01:23:45:15"). Grows fast for fast playback |
stat::plugins.perf | performance of all the plugins that are added to the object (how long does it take to process a frame with all the plugins) |
stat::audio_breaks | a number of frames with silence at the end (without audio) |
stat::time_breaks | a number of issues when an end time of the previous frame doesn't match a start time of the current frame |
stat::plugins.count | a number of plugins added to the object |
stat::time_over_200 | a number of frames which processing takes more than 2 frame durations |
stat::time_over_166 | a number of frames which processing takes between 1.66 and 2 times more than the frame duration |
stat::time_over_133 | a number of frames which processing takes between 1.33 and 1.66 times more than the frame duration |
stat::time_less_50 | a number of frames which processing takes less than 0.5 frame duration |
stat::live | indicates whether a source is from a live feed (e.g. a camera) |
stat::video | a video format width(raw_bytes)xheight(colorspace)@frame_rate (aspect_ratio) |
stat::audio | an audio format channels,sample_rate,bits |
stat::video_frames | a number of processed video frames |
stat::video_time | a total duration of the processed video in seconds |
stat::audio_samples | a total number or processed audio samples |
stat::audio_time | a total duration of the processed audio in seconds |
stat::av_sync | a difference between audio and video times in msec |
stat::vt_sync | a difference between a video time and an internal system clock in msec |
stat::vh_sync | a difference between a video time and a hardware timer of a source device (works for Blackmagic devices only) |
stat::stat_perf | a time interval to grab the statistics in msec |
stat::buffered | a number of buffered frames |
stat::frames_in | a number of encoded frames |
stat::fps | frame rate of the current encoding |
stat::video_len | a duration of encoded video |
stat::fps_desired | desired level of frame rate |
stat::fps_avg | average frame rate |
stat::jitter | a jitter interval for frames processing |
stat::max_time | a maximal time to process a frame |
stat::min_time | a minimal time to process a frame |
stat::avg_sync_offset | ------------------------- |
stat::stddev_sync_offset | ------------------------- |
stat::max_time_offset | ------------------------- |
stat::min_time_offset | ------------------------- |
stat::total::switch_count | the total number of switches between encodings |
stat::total::path | a path to encode a content to |
stat::total::server_pid | a PID of MServer.exe process of the current encoding |
stat::total::start_time | a start time of the encoding |
stat::total::frames | a total number of encoded frames |
stat::total::breaks | a total number of breaks |
stat::total::fps | a total frame rate of encoding |
stat::total::video_time | a total encoding video time |
stat::total::video_len | a total encoded video duration |
stat::total::samples | a total number of encoded audio samples |
stat::total::audio_time | a total number of encoded audio |
stat::total::av_sync_time | a total difference between audio and video in msec |
stat::total::av_sync_len | a total difference between audio and video |
stat::last::server_pid | a PID of the last processed (if an encoding is running then the current one) MServer.exe process |
stat::last::start_time | a start time of the last encoding |
stat::last::frames | a total number of encoded frames during the last encoding |
stat::last::breaks | a total number of breaks during the last encoding |
stat::last::video_time | a total encoding video time during the last encoding |
stat::last::video_len | a total encoded video duration during the last encoding |
stat::last::samples | a total number of encoded audio samples during the last encoding |
stat::last::audio_time | a total number of encoded audio during the last encoding |
stat::last::av_sync_time | a total difference between audio and video in msec during the last encoding |
stat::last::av_sync_len | a total difference between audio and video during the last encoding |
encoder::muxer::stat | live-time statistics of the encoder's muxer |
stat::cc_counters | a number of processed CC packets and SCTE triggers |
stat::timecode | a time code on Writer input |
stat::timecode_out | a time code on Writer output (taking into account the specified 'start_timecode' parameter) |