Gstreamer is a powerful program and library for media processing. Its power lies in the fact that media data streams between elements performing many functions. Elements can be added by means of plugins. Here is an example of a command to convert a FLAC format song to MP3 format:
gst-launch filesrc location = "02 - Duel of the Fates.flac" ! flacdec ! lame ! filesink location = "Duel of the Fates.mp3"
Some of its most popular uses include:
- Playing music and video (from command line or a program using the library)
- Format conversion
- Recording directly to a certain format.
This book will provide an introduction and in-depth tutorial to GStreamer.
Contents
[edit | edit source]Retrieved from "https://en.wikibooks.org/w/index.php?title=GStreamer&oldid=3648299"
Hidden categories:
- Subject:Multimedia software
- Subject:Multimedia software/all books
- Subject:Computer software/all books
- Subject:Computing/all books
- Subject:Books by subject/all books
- Book:Wikibooks Stacks/Books
- Shelf:Multimedia software/all books
- Shelf:Computer software/all books
- Department:Computing/all books
- Alphabetical/G
- Freshly started books
- Books by completion status/all books
