如何在MFC中捕获帧
我的项目中有一个视频文件。 当我在应用程序中播放它时,我想使用 MFC
中的 Animation Control
逐帧捕获它。
问候
I have a video file in my Project.
When I am playing it in my application, I want to capture it frame by frame
using Animation Control
in MFC
.
Regards
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为没有理由在 2011 年这样做,但既然您问了:您对每个帧使用 Animate_Seek(),并使用 GetDC() / BitBlt() 捕获每个帧的控件的图像(“屏幕截图”)。
I see no reason to do this in 2011, but since you asked: you use Animate_Seek() for each frame, and use GetDC() / BitBlt() to capture an image ('screenshot') of the control for each frame.