Part of a web application I am developing requires the ability to capture still images from a Flash or HTML5 video playing with in a browser.
Is there a Python library out there that could help me along with this task?
UPDATE
Actually, users of this web app will also have to have the ability to
- Draw a crop box on top of the Flash/HTML5 video player
- Be able to resize that box if necessary
- Capture the image with in the crop box frame
- Have that image be saves and sent to the server
Also, this video image crop/capture tool will also have to be restricted to the perimeter of the video frame. I don't want users getting confused and potentially capturing an image outside of the video frame because all we are concerned about is the content of the video.