Gstreamer command-line cheat sheet
Go to file
2018-02-25 17:16:08 +00:00
images Capturing images 2018-02-20 13:12:12 +00:00
basics.md Describe playbin better 2018-02-23 08:07:52 +00:00
capturing_images.md Fix table 2018-02-20 13:13:44 +00:00
memory_transfer.md Add memory transfer basics 2018-02-25 17:16:08 +00:00
mixing.md Move to compositor and add audio example 2018-02-23 08:07:36 +00:00
README.md Add memory transfer basics 2018-02-25 17:16:08 +00:00
rtmp.md More rtmp examples 2018-02-23 08:09:52 +00:00
test_streams.md Improve RTMP examples, amongst other things 2018-02-21 22:46:55 +00:00

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