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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.