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
精彩评论