在 c++ 中渲染 SWF 文件

发布于 2024-10-19 13:48:33 字数 96 浏览 1 评论 0原文

我正在开发一个 Visual studio mfc 项目,我必须渲染 SWF 文件并获取特定帧中的像素颜色?

我该如何开始?有人有任何有用的资源吗? 谢谢,GL

I'm working on a Visual studio mfc project that, I have to render SWF file and get pixel color in a specific frame?

How can I start? and dose any one have any helpful resource?
thx ,GL

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

酒与心事 2024-10-26 13:48:33

您可以:

  • 使用 ffmpeg 将帧提取为 png,然后加载它们,然后获取像素 - 文章

  • 使用带有 Samplegrabber 过滤器的 DirectShow 来实时提取帧数据并获取像素 - 链接

Either you can:

  • use ffmpeg to extract frames to pngs and then load them and then take your pixel - article

or

  • use DirectShow with samplegrabber filter to extract frame data in real-time and get your pixels - link
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文