mirror of
https://github.com/matthew1000/gstreamer-cheat-sheet.git
synced 2024-11-22 00:10:59 +00:00
19 lines
704 B
Markdown
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)
|
|
|