gstreamer-cheat-sheet/README.md
2018-02-20 13:12:12 +00:00

19 lines
704 B
Markdown

# GStreamer command-line cheat sheet
This series of docs provides a cheat sheet for Gstreamer on the command-line.
## Contents
* [Test streams](test_streams.md)
* [Basics](basics.md)
* [RTMP](rtmp.md)
* [Mixing video](mixing.md)
* [Capturing images](capturing_images.md)
## Sources and references
* [Basic command line reference](http://docs.gstreamer.com/display/GstSDK/Basic+tutorial+10%3A+GStreamer+tools)
* [More examples here](http://docs.gstreamer.com/display/GstSDK/gst-launch)
* [List of all Gstreamer plugins](https://gstreamer.freedesktop.org/documentation/plugins.html)
* [Handy elements](https://gstreamer.freedesktop.org/documentation/tutorials/basic/handy-elements.html#uridecodebin)