Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GStreamer support #30

Open
taktoa opened this issue Sep 4, 2017 · 3 comments
Open

GStreamer support #30

taktoa opened this issue Sep 4, 2017 · 3 comments

Comments

@taktoa
Copy link

taktoa commented Sep 4, 2017

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).

@LeifAndersen
Copy link
Member

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

Thanks for the suggestion.

@taktoa
Copy link
Author

taktoa commented Sep 4, 2017

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).

@LeifAndersen
Copy link
Member

Cool, thanks for the heads up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants