How to create thumbnail from a vedio file in asp.net???

  • Thread starter Thread starter Mahesh K. Anajni
  • Start date Start date
M

Mahesh K. Anajni

hi

i am working on blog where member can upload his/her video. when
member's viewed his blog it should show the thumbnail of video uploaded
by him.

so the problem is how to create a thumbnail from video file in
asp.net??????

please let me know if anyone has done this before
 
Hi,

Interesting question. A quick search on groups.google.com for "dotnet video
thumbnail" returns a lot of results.

Here's one thread that interested me:

http://groups.google.com/group/micr...otnet+video+thumbnail&rnum=3#7dda0e08b4437d51

If you can GAC an assembly with AllowPartiallyTrustedCallersAttribute then
you should be able to call into it from your ASP.NET app without elevating
its trust level. If you're on a shared server your host might not GAC an
assembly for you, but you could ask.

There are some other interesting posts that indicate other possibilities as
well, such as using WMP, DirectX.
 
You have answer or any soluion for video file to thumbnail then please send me .

(e-mail address removed)
 
Back
Top