gstreamer-cheat-sheet/README.md

20 lines
704 B
Markdown
Raw Normal View History

2018-02-20 12:26:20 +00:00
# GStreamer command-line cheat sheet
2018-02-20 12:23:23 +00:00
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)
2018-02-20 12:32:33 +00:00
* [Mixing video](mixing.md)
2018-02-20 13:12:12 +00:00
* [Capturing images](capturing_images.md)
2018-02-20 12:23:23 +00:00
2018-02-20 12:26:20 +00:00
## 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)
2018-02-20 12:23:23 +00:00