How do I grab frames from a video stream on Windows 8 modern apps?

后端 未结 3 1542
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-02-03 13:51

I am trying to extract images out of a mp4 video stream. After looking stuff up, it seems like the proper way of doing that is using Media Foundations in C++ and open the frame/

3条回答
  •  一个人的身影
    2021-02-03 14:08

    Look at the Video Thumbnail Sample and the Source Reader documentation.

    You can find sample code under SDK Root\Samples\multimedia\mediafoundation\VideoThumbnail

提交回复
热议问题