简体   繁体   中英

How to Create Thumbnails of Video at runtime using PHP,Java,.Net?

is it possible to create video thumnails at runtime in any of the technology (Java,PHP,.Net).

Please provide the suitable link or code if you have any

Thanks in advance

his is the list to be populated:

 List<ThumbNail> thmbNails = new List<ThumbNail>();// your list which will hold thumbnails
CMESqlCommandBuilder iscBuilder = new CMESqlCommandBuilder(); //query of the d.b
while (sdaResult.Read()) // while loop if you want more than one video thumbanil on page
            {
                ThumbNail prd = new ThumbNail();
return thumbnails; // this will goes to the xml file which.

I hope this will give you an idea. how to do it. I write the code short but i hope this how it will look and work.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM