display thumbnail of any video uploaded
-
Hi, can we display the video in thumbnail after uploading it from upload control dynamically in asp.net? Is there any tool or functionality? Regards... Vijay Jain.
-
Hi, can we display the video in thumbnail after uploading it from upload control dynamically in asp.net? Is there any tool or functionality? Regards... Vijay Jain.
Do you want a video thumbnail, or an image ? I assume the latter. There's plenty of examples online for generating a thumbnail from a video. Just generate an image, store it, and show it on your page.
Christian Graus Driven to the arms of OSX by Vista. "I am new to programming world. I have been learning c# for about past four weeks. I am quite acquainted with the fundamentals of c#. Now I have to work on a project which converts given flat files to XML using the XML serialization method" - SK64 ( but the forums have stuff like this posted every day )
-
Do you want a video thumbnail, or an image ? I assume the latter. There's plenty of examples online for generating a thumbnail from a video. Just generate an image, store it, and show it on your page.
Christian Graus Driven to the arms of OSX by Vista. "I am new to programming world. I have been learning c# for about past four weeks. I am quite acquainted with the fundamentals of c#. Now I have to work on a project which converts given flat files to XML using the XML serialization method" - SK64 ( but the forums have stuff like this posted every day )
Hi Christian, here i need video thumbnail. Actually there are various tool available to generate thumbnail of any video. But I want to generate it dynamically. Means if I will upload any video on my application, its automatically generate its thumbnail. Is this is possible?
-
Hi Christian, here i need video thumbnail. Actually there are various tool available to generate thumbnail of any video. But I want to generate it dynamically. Means if I will upload any video on my application, its automatically generate its thumbnail. Is this is possible?
a video thumbnail, as in you want to resize the video to a smaller size and send that down for people to view ? I would assume you can automate any number of tools to generate a smaller video. That takes too long to do it dynamically on request, that would be insane. Do it once for each video, store the thumbnail video, and then send it on request.
Christian Graus Driven to the arms of OSX by Vista. "I am new to programming world. I have been learning c# for about past four weeks. I am quite acquainted with the fundamentals of c#. Now I have to work on a project which converts given flat files to XML using the XML serialization method" - SK64 ( but the forums have stuff like this posted every day )