gstreamer-cheat-sheet/README.md
2018-04-03 22:51:32 +01:00

2.7 KiB

GStreamer command-line cheat sheet

This series of docs provides a cheat sheet for GStreamer on the command-line. A few Python examples are also included for when you need GStreamer to be dynamic (i.e. react to user or some other action).

Contents

Sources and references

Other cheat-sheets

Interacting with the GStreamer pipeline

If you want to interact with GStreamer after it's started (e.g. respond to an event, or dynamically change a pipeline), the command-line GStreamer doesn't really cut it. Instead, here are some options:

Python with GStreamer

Good GStreamer Python resources include:

C++ with GStreamer

My favourite reference is Valadoc

Problems or suggestions with this guide?

If you spot anything incorrect or incomplete, reports are welcome, either using issues or pull requests