Skip to content

GStreamer element to measure framerate, bitrate and CPU usage.

Notifications You must be signed in to change notification settings

MarbleInc/gst-perf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GstPerf

A GStreamer element to measure framerate, bitrate and CPU usage

Build Instructions

On Debian-based systems:

./autogen
./configure --prefix /usr/ --libdir /usr/lib/x86_64-linux-gnu/
make
sudo make install

Configure options may vary according to your specific system.

Usage

Just link in the perf element wherever you want to take the measurements from. For example, record an MP4 file and print framerate, bitrate and CPU usage measurements at the output of the encoder:

gst-launch-1.0 -e videotestsrc ! x264enc ! perf ! qtmux print-arm-load=true ! filesink location=test.mp4

About

GStreamer element to measure framerate, bitrate and CPU usage.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 76.7%
  • M4 18.2%
  • Shell 2.6%
  • Makefile 2.5%