Combine Images As Video

i came up with a new idea that could be used by everyone who uses whatsApp

but i bumped into a major stopper:

i need a plugin to combine images and convert them into video

the closest thing i found is ffmpeg which works with lua but not sure if can be used with corona … or not sure how to bring it to corona as a plugin

does anyone have a clue on this?

and what is xlua !!!

Thanks …

I wrote a frame+audio to mp4 plugin for Corona Enterprise (iOS-only) so it is possible.

There is also this: https://docs.coronalabs.com/api/library/media/captureVideo.html

@AidanWolf

i wonder why your plugin works only for ios … if you can make it to work on android as well, it would be great … although i’m not an enterprise user … but if the project succeeds… it is worth it

as for media.capturevideo it uses phone cam to record a video … but i’m looking to create a video from images not coming from the camera or the gallery

I wrote a frame+audio to mp4 plugin for Corona Enterprise (iOS-only) so it is possible.

There is also this: https://docs.coronalabs.com/api/library/media/captureVideo.html

@AidanWolf

i wonder why your plugin works only for ios … if you can make it to work on android as well, it would be great … although i’m not an enterprise user … but if the project succeeds… it is worth it

as for media.capturevideo it uses phone cam to record a video … but i’m looking to create a video from images not coming from the camera or the gallery