You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems like GStreamer would be a pretty good fit for this project, especially as it is typed and could allow the construction of streaming pipelines (rather than after-the-fact video manipulation).
The text was updated successfully, but these errors were encountered:
That's a cool idea. Very early versions of this project worked with both gstreamer and ffmpeg, although I stopped updating the gstreamer bindings a long while back. But I'm happy to give that another go. :D
oh, also, I took a look at doing something like this a while back, and it is worth pointing out that the hardest part of making this typed will be accounting for the fact that some GStreamer elements dynamically change their output types (e.g.: decodebin).
Seems like GStreamer would be a pretty good fit for this project, especially as it is typed and could allow the construction of streaming pipelines (rather than after-the-fact video manipulation).
The text was updated successfully, but these errors were encountered: