Create video from images

HiddenDev picture HiddenDev · Nov 17, 2011 · Viewed 7.4k times · Source

Is there a way to create a video from a series of images on android? Maybe a way to extend the MediaRecorder and being able to take images as input.

I try to really create the video and store it (as an mpeg4 file for instance).

Thanks for any suggestions.

Answer

Showpath picture Showpath · Nov 18, 2011

I'm also trying to do the same thing. I have been advice to use Libav. http://libav.org/ However I need to build it with the NDK and I currently have some issues doing it.

I'm looking for some doc about it. I'll keep you posted.

I've created a post about it: Libav build for Android