开发者

How can I create a video (from RGB and PCM) programatically with GStreamer?

开发者 https://www.devze.com 2023-02-14 02:29 出处:网络
My application displays video and audio and I want to add a recording feature. I\'ve considered FFmpeg, but I have to compile my application with VS so I can\'t use it. So I开发者_StackOverflow中文版

My application displays video and audio and I want to add a recording feature.

I've considered FFmpeg, but I have to compile my application with VS so I can't use it. So I开发者_StackOverflow中文版'm trying to do it with GStreamer, but I'm not finding any example or guide on how to create a video. Any help?

(I can also consider using any other alternatives, but they must be cross-platform).


Application Development Manual explains very well how to use gstreamer from your code. Try to read it first.

Than you can experiment with gst-launch tool, build pipeline and execute it from your application using gst-parse-launch function.

You can expose more details of your problem if you want more helpful answer.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号