现实生活中图形的跨平台 DirectShow 替代方案
今天我有这样的图表。我在 Windows 上运行它
(来源:narod.ru)
我需要一些简单的跨平台的 DirectShow 之类的替代方案在哪里重建此类图将不是一项艰巨的任务。
我在哪里可以得到这样的替代品? *(如果您能提出一种在其中重建此类图表的方法,那就太好了!)
顺便说一句:我所说的跨平台是指 Linux Mac 和 Windows 兼容,通过使用 SampleGrabber 我需要能够从图表的该步骤中获取数据从我的程序中,我从这里使用 VirtualCamera soundmorning.com/download.php
Today I have such graph. I run it on windows
(source: narod.ru)
I need some easy crossplatform DirectShow like alternative where to reconstruct such graph will not be a hard task.
Where can I get such alternative? *(and If you can presenta way to reconstruct such graph in It It would be grate!)
BTW: By crossplatform I mean Linux Mac and Windows compatible, By using SampleGrabber I ment I need to be able to get data from that step of graph from my programm and I use VirtualCamera from here soundmorning.com/download.php
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
可能性是GStreamer,概念与DirectShow类似。可能每个 Linux 发行版都包含它。 Windows 二进制文件可以在此处找到,Mac OS X 此处。
The possibility is GStreamer, the concept is similar to DirectShow. Probably every Linux distribution does contain it. Windows binaries can be found here, Mac OS X here.
Phonon 库,它是 Qt,可能值得一看。它是 Windows 上的 DirectShow、Mac 上的 Quicktime 和 Linux 上的 GStreamer 的包装,其架构与 DirectShow 的过滤器图表非常相似。
The Phonon library, which is part of Qt, may be worth a look. It's a wrapper around DirectShow on Windows, Quicktime on Mac and GStreamer on Linux and has an architecture that's fairly similar to the filtergraphs of DirectShow.