Capture screenshot of video automatically?

  • Thread starter Thread starter VB Programmer
  • Start date Start date
V

VB Programmer

Using ASP.NET is it possible to capture a screenshot of a video (MPG, AVI,
FLV, etc...) automatically?

The end result being a JPEG. Kind of what google video, youtube, etc...
does?
 
You'd need to have an ActiveX or other plugin oriented app
installed on the user's pc to do this.

--
Robbe Morris - 2004-2006 Microsoft MVP C#
I've mapped the database to .NET class properties and methods to
implement an multi-layered object oriented environment for your
data access layer. Thus, you should rarely ever have to type the words
SqlCommand, SqlDataAdapter, or SqlConnection again.
http://www.eggheadcafe.com/articles/adonet_source_code_generator.asp
 
Without having any specific knowledge on the topic, I am just guessing there
should commercial ActiveX controls for that.
 
Back
Top