Gstreamer command-line cheat sheet
Go to file
2018-03-05 21:04:42 +00:00
images Updates to memory transfer, RTMP, and images 2018-03-05 20:22:50 +00:00
basics.md Better video conversion example 2018-02-25 17:16:54 +00:00
capturing_images.md Fix table 2018-02-20 13:13:44 +00:00
images.md Updates to memory transfer, RTMP, and images 2018-03-05 20:22:50 +00:00
memory_transfer.md Updates to memory transfer, RTMP, and images 2018-03-05 20:22:50 +00:00
mixing.md Tidy up 2018-02-25 17:17:11 +00:00
network_transfer.md More network transfer AV examples 2018-03-05 21:04:42 +00:00
README.md Updates to memory transfer, RTMP, and images 2018-03-05 20:22:50 +00:00
rtmp.md Updates to memory transfer, RTMP, and images 2018-03-05 20:22:50 +00:00
test_streams.md Improve RTMP examples, amongst other things 2018-02-21 22:46:55 +00:00
writing_to_files.md Updates to memory transfer, RTMP, and images 2018-03-05 20:22:50 +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