Web Hosting Talk







View Full Version : How to create AVI, Mov or MPEG from Images


jcodemasters
08-15-2006, 04:24 AM
Hello,
I am wondering if here any one know that how to create a video from series of images. I want to do this in ASP.NET but if anyone knows in other Web language then its also okay. I know very well this thing can be done in JSP using JMF API. so please skip the JSP.

Thanks,
Moazam

discobean
08-17-2006, 08:29 AM
Imagemagick and PHP can do it.
http://www.php-editors.com/contest/resource/2/82-read.html

edit: sorry, this was animated gif, not movie..

HostTitan
08-17-2006, 12:52 PM
I've done limited video editing with ffmpeg-php, to the extent of adding in frames to existing videos etc., It may do what you need.

jcodemasters
08-17-2006, 04:18 PM
no problem..discobean.. i am implementing it in ASP.NET.. is it possible to play series of images with some options like frame rate play pause.. what solution would be best? AJAX, javascript.? image could be 1000 or more.. so flash can't do it... bcz images name will be generated dynamically

Czaries
08-17-2006, 08:56 PM
You can actually pass the image names to a flash application with XML or a simple CSV text file. That maybe what you want to do.