I want to create a simple video slideshow using a list of images I have automatically using PHP. Is there some sort of library that allows video creation on PHP (like a PHP-GD library but for videos)? If it doesn't exist on PHP, what sort of language would allow easy video creation from pictures?

Also, if there was a way to include sound in the video, that would be even better. Thanks!

link|improve this question

1  
I am unaware of anything beside FFMPEG (ffmpeg.org and ffmpeg-php.sourceforge.net), which is not strictly a PHP library. – David Kuridža Dec 8 '10 at 7:32
2  
Are you sure you need a video slideshow? If you're showing it online, then a javascript based slideshow will a) be easier b) involve less (server) CPU and c) be more portable. – El Yobo Dec 8 '10 at 12:14
@ElYobo. That's a better idea. Thanks! Do you know any good javascript slideshows that allow audio also? – eric Dec 9 '10 at 2:29
Audio is probably more difficult. Google is your friend though - google.com.au/… and google.com.au/… – El Yobo Dec 9 '10 at 2:42
feedback

1 Answer

up vote 1 down vote accepted

This PHP Video toolkit may help.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.