Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Create video from images

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.

like image 375
HiddenDev Avatar asked Nov 17 '11 16:11

HiddenDev


People also ask

What is the best program to make a video from pictures?

Movavi Video Editor Movavi Video Editor lets you make beautiful videos out of photos. It's easy to use and lets you create stories that you can share with your loved ones. You can apply filters, add text, including transitions, and use different effects.


1 Answers

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

like image 115
Showpath Avatar answered Oct 24 '22 19:10

Showpath