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

  • Thread starter Mahesh K. Anajni
  • 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
 
D

Dave Sexton

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.
 
H

Hi Mahesh

You have answer or any soluion for video file to thumbnail then please send me .

(e-mail address removed)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top