开发者

SWF file rendering in c++

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜