gstreamer-cheat-sheet/README.md
2018-02-25 17:16:08 +00:00

1.9 KiB

GStreamer command-line cheat sheet

This series of docs provides a cheat sheet for Gstreamer on the command-line.

Contents

Sources and references

## Other cheat sheets

Interaction

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 you have two options:

Python with GStreamer

Good GStreamer Python resources include:

Problems or suggestions with this guide?

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