Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Show "Screen Shot" of uploaded video run time with Flash or .net?

Status
Not open for further replies.
Jun 9, 2006
159
US
Hello,

Looking for some advice.

I'm trying to replicate something they do on YouTube and GoogleVideo.


I want to be able to accomplish the following:

- A user uploads a video
- The server somehow pulls one frame of the video
- Server saves that frame as a bitmap of some kind

I can think of some possible ways of doing it, but nothing I'm really willing to build myself. Maybe there is a good .net graphics api that allows frame access to vids? Maybe a media server app can do it? Maybe flash can? I dunno any one have any clues??

-- shawn
 
Hey Jeff,

I never found a really easy pluggable way of doing it. Some people said they have found some methods of doing it with GDI+, which entails building a com object in c++ or some language and having it pass your web app the screen shots (which is how youtube does it), but that kind of stuff is outside the scope of our project. I was hoping flash could do accomplish this but apparently its limited, or possibly possible with flash communitcation server (com server is like a $4,000 program...)

But anyway thats for the follow up; I'll let you know if I come across something else - im still lookin.

-- shawn
 
Well, the easy way would be:

1. Upload the vid to the server
2. Run the vid against a program that captures screenshots (most save as .jpg by default)
3. Save the screenshot in a folder (best way to map the screenshot to the vid is to name the screenshot the same thing as the vid)
4. Display on the screen

Do a google search on 'screen captures' or something similar for the program that makes screenshots.

____________________________________
Just Imagine.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top