I am trying to see if it is possible to make a thumbnail pic from an online video (videos run in flash) programmatically. Just to elaborate on what I am exactly looking to do: I have a link to to a video that plays in a browser using adobe flash. I would like to take a screenshot of the video (at any frame would do for now) using any programming language (prefer python). Also I have noticed that when one uploads a video on youtube, it automatically generates a thumbnail. Any pointers as to if this is a viable option and how to go about it?
Thanks