简体   繁体   中英

How can I generate video dynamically in ASP.NET

I need to convert a series of PNG files into a video animation (avi or mpeg). Can this be achieved with C# in asp.net?

ASP.NET isn't a tool designed for generating avi or mpegs from images. You'd be better off with a tool (open source or commercial) specifically designed for such a task.

It can be done in .NET, but in my personal opinion, the effort isn't worth the outcome. The ROI just isn't there when so many good tools already exist.

However, if you're looking to build a slide show, then you can use the SlideShowExtender in the Ajax Control Toolkit.

Maybe you can take a look at the Splicer Project . You might also want to take a look at this previous SO thread for more information.

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