gstreamer has confused me for ages. Is it built on top of ffmpeg or an alternative?
this post was submitted on 30 Jan 2025
23 points (100.0% liked)
Linux
6174 readers
225 users here now
A community for everything relating to the GNU/Linux operating system
Also check out:
Original icon base courtesy of [email protected] and The GIMP
founded 2 years ago
MODERATORS
GStreamer is a library for constructing graphs of media-handling components. The applications it supports range from simple Ogg/Vorbis playback, audio/video streaming to complex audio (mixing) and video (non-linear editing) processing.
It's more of a glue that can connect multiple media things together
It is used to build a pipeline processing audio/video/metadata. You can use some of ffmpeg plugins with it but it is a separate product.