寻找 C++多媒体编辑图形框架?

发布于 2024-10-16 16:11:31 字数 541 浏览 8 评论 0原文

我正在寻找类似多媒体编辑图形的框架,您可以在其中使用 C++ 创建图形元素,并且可以从框架元素构建满足应用程序需求的图形。

到目前为止我知道有

我想看看还有什么 -是否有专有或开源、跨平台或依赖于平台的替代方案?它们的主要目标是什么?

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

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

花落人断肠 2024-10-23 16:11:31

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文