gst-perf
gst-perf copied to clipboard
GStreamer element to measure framerate, bitrate and CPU usage.
Dear authors, Thanks for sharing your great work, I want to install this plugin in MacOS, here is what I try ``` ./autogen.sh ./configure --prefix /usr/ --libdir /usr/lib/ make sudo...
Wrong properties, should be with perf element, not at qtmux
The script could normally run over night, but after I added perf it failed to run overnight. It failed with out of memory. Thanks
### Overview **Problem:** I work on lots of different targets with different configurations. Not all targets have `~/.gstreamer-1.0/plugins` in `GST_PLUGIN_PATH`. **Solution** proposed by this PR: Add a shell script that:...
The following pipeline: ` gst-launch-1.0 videotestsrc ! nvvideoconvert ! "video/x-raw(memory:NVMM),width=1920,height=1080,format=I420" ! perf ! fakesink` This reports 330fps with a bitrate of 160kbps. The theoretical bitrate is of around 1Gbps. The...
usage example has property setting on wrong element. Should be: gst-launch-1.0 -e videotestsrc ! x264enc ! perf print-arm-load=true ! qtmux ! filesink location=test.mp4 Thanks for posting this plugin.