Thibault, from @igalia, just published a blog post about how to use `gst-dots-viewer`, a tool to visualize @gstreamer pipelines in run-time, merged in release 1.26.
Don't forget to watch the video at the end of the post.
Open Source Multimedia Framework
This account is for announcements from the GStreamer project, and will also boost toots about interesting things people do with GStreamer or questions related to GStreamer.
Announcements are taken from the official bsky account for the time being.
This is not a support account!
Currently run by @ndufresne, @slomo, @thaytan, @thiblahute, @bilboed and @arun
Website | https://gstreamer.freedesktop.org |
GitLab | https://gitlab.freedesktop.org/gstreamer |
Thibault, from @igalia, just published a blog post about how to use `gst-dots-viewer`, a tool to visualize @gstreamer pipelines in run-time, merged in release 1.26.
Don't forget to watch the video at the end of the post.
The move to gstreamer as the backend for Jams is finally done! It's gone from being able to play 70% percent of my local music library to 100%.
Now I can get back into developing cool features and building out the GUI. I'm doing this for fun, so progress is very much dictated by how much fun I'm having and how many real life obligations are happening at a given time.
To my new followers: I've been working on a bespoke local music player/organizer written with #rust and #libcosmic. There are lots of great Linux players already, but I'm making this one because:
- I wanted an excuse to get better with rust.
- I'm really looking forward to COSMIC DE and wanted something that fit it visually.
- I'm very opinionated about how music players should work, so what better way to get something that matches my taste than to roll my own.
- It's Linux! You can never have too many choices.
In our journey to improve the adoption of Vulkan Video at @igalia we have been
pleased to play with the new NVK/Mesa driver for Nvidia hardware.
Here is a blog post on how to build
this new driver and render an H264 content with @gstreamer
https://blogs.igalia.com/scerveau/vulkan-video-with-nvk-driver/
📢 New GStreamer 1.26.1 bug-fix release for our stable 1.26 series!
Includes bug fixes, security fixes, stability improvements, memory leak fixes, and performance improvements.
Details at https://gstreamer.freedesktop.org/releases/1.26/#1.26.1
📦 Binary packages for Windows, macOS, iOS and Android are also available now at: https://gstreamer.freedesktop.org/download/
📢 New GStreamer 1.26.1 bug-fix release for our stable 1.26 series!
Includes bug fixes, security fixes, stability improvements, memory leak fixes, and performance improvements.
Details at https://gstreamer.freedesktop.org/releases/1.26/#1.26.1
📦 Binary packages for Windows, macOS, iOS and Android are also available now at: https://gstreamer.freedesktop.org/download/
I worked on adding support for VVC/H.266 in GStreamer 1.26 and blogged about it!
https://blogs.igalia.com/cadubentzen/vvc-h-266-in-gstreamer-1-26/
Hopefully that is useful as a guideline to adding new codecs in GStreamer :)
If you're joining us for the hackfest in Nice next month, please add yourself to the list on the hackfest page in hedgedoc:
https://notes.gstreamer.org/5w3cO5EDTXCT-_dHzaejYA
We hope to see you there!
#GStreamer #GstHackfest #Hackfest #OpenSource #Multimedia #FreeSoftware #Nice #France
If you're joining us for the hackfest in Nice next month, please add yourself to the list on the hackfest page in hedgedoc:
https://notes.gstreamer.org/5w3cO5EDTXCT-_dHzaejYA
We hope to see you there!
#GStreamer #GstHackfest #Hackfest #OpenSource #Multimedia #FreeSoftware #Nice #France
Hello 👋 I’ve been working on a plugin (in Rust of course), currently called gst-middle-arena in a subtle reference to a commercial OS feature that inspired it xD Basically it filters a video stream to zoom/crop into (keeping a fixed output size) the area of the image that has people’s faces in it. The need came from mini-conference recordings – I wanted a close-up vertical video feed of the speaker to display side by side with the projector feed, but I didn’t want to operate the camera phy...