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!