开发者

SWF file rendering in c++

开发者 https://www.devze.com 2023-02-13 13:06 出处:网络
I\'m working on a Visual studio mfc project that, I have to render SWF file and get pixel color in a specific frame?

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 h开发者_运维知识库elpful resource? thx ,GL


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
0

精彩评论

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