Groups | Blog | Home
all groups > dotnet drawing api > february 2004 >

dotnet drawing api : Movie to Thumbnail


db
2/27/2004 12:17:38 PM
In explorer you can change the view setting to thumbnails, and you get
thumbnails even from movies.

I want to do the same from asp.net. I want to create 'on the fly' thumbnails
from some mpg movies, but I don't know if that's possible from asp.net. Who
can help me with this?

Bob Powell [MVP]
2/27/2004 1:50:02 PM
The mechanism that enables Explorer to display the thumbnail of an MPEG
movie is the shell extension that implements IExtractImage.

You can create a C# program that uses COM to obtain the thumbnail image for
any object that supports the IExtractImage interface.

I recently did an article in WellFormed that showed how to create images for
..NET applications and custom file types and while researching found several
articles on the process of extracting thumbnails. Here's one of them...

http://tinyurl.com/2lzbe

--
Bob Powell [MVP]
Visual C#, System.Drawing

Check out February's edition of Well Formed.
Non-client drawing, Graphics Transform stack and Flood-Filling
http://www.bobpowell.net/currentissue.htm

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/gdiplus_faq.htm

Read my Blog at http://bobpowelldotnet.blogspot.com

[quoted text, click to view]

Bill New
3/22/2004 10:03:20 AM
Looks great but I need a solution in Visual Basic 6 that does this same thing

:)

---
AddThis Social Bookmark Button