mirror of
https://github.com/matthew1000/gstreamer-cheat-sheet.git
synced 2024-11-21 16:00:59 +00:00
Gstreamer command-line cheat sheet
images | ||
basics.md | ||
capturing_images.md | ||
memory_transfer.md | ||
mixing.md | ||
README.md | ||
rtmp.md | ||
test_streams.md |
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
- http://wiki.oz9aec.net/index.php/Gstreamer_cheat_sheet
- https://github.com/xmementoit/gstreamerCheatsheet/blob/master/README.md
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:
- GStreamer Daemon (gstd) - allows setting and updating via a TCP connection
- Develop using the GStreamer library, in either C, Python, or C#/.NET
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