寻找 C++多媒体编辑图形框架?
我正在寻找类似多媒体编辑图形的框架,您可以在其中使用 C++ 创建图形元素,并且可以从框架元素构建满足应用程序需求的图形。
到目前为止我知道有
- GStreamer
- DirectShow
- QuickTime
- Qt Phonon(前 3 个跨平台包装器)
我想看看还有什么 -是否有专有或开源、跨平台或依赖于平台的替代方案?它们的主要目标是什么?
I'm searching for multimedia editing graph-like frameworks where you can create graph elements with C++ and where you can build graphs for your app needs from elements of framework.
So far I know there are
- GStreamer
- DirectShow
- QuickTime
- Qt Phonon (cross-platform wrapper around first 3)
I wonder to see what else is out there - are there proprietary or open source, cross-platform or platform-dependent alternatives and what are their main goals?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Microsoft Media Foundation——或多或少是 DirectShow 的替代品。我没有看到任何重大改进,但如果您想使用(例如)Microsoft 的新 H.264 解码器,您几乎只能使用它。从名字中你无疑可以猜到,它仅适用于 Windows。也许不太明显的是,它仅在 Vista 及更高版本上受支持。
另一个符合描述的是 FFMpeg。
Microsoft Media Foundation -- more or less a replacement for DirectShow. I don't see any drastic improvements, but if you want to use (for example) Microsoft's new H.264 decoder, you're pretty much stuck with it. As you can undoubtedly guess from the name, it's Windows only. Perhaps less obviously, it's supported only on Vista and later.
Another that sort of fits the description is FFMpeg.