I am working on Wordpress plugin which can generate video from sequence of images. I read here that we can use FFMpeg and Imagemagick (or imagick) to implement this trick. But, FFMpeg is hardly supported on shared hosting. So, this option is ruled out.
I started working on Imagemagick. But, I was informed here that both of the above options cannot be used for Wordpress. So, is there any feasible option for developing a video file out of images for Wordpress???
I am storing sequence of images in /images folder and want to develop and video out of these images.
I appreciate any help.