How to make a video from set of images in android like flipagram
I have searched for the solution and found - Java CV - FFmpeg Need step by step to integrate them like this Steps for Integrating FFMPEG (1.) Download ffmpeg from here: http://bambuser.com/opensource . It contains scripts to build ffmpeg for android. (2.) Modify build.sh. Replace "com.bambuser.broadcaster" with your package name. You also need to set the ffmpeg flags to enable to codecs you're interested in. (3.) Run build.sh, and copy the build/ffmpeg directory into your apps jni/lib directory. (4.) Use fasaxc's makefile from the SO post. (5.) Create a native.c file in your jni directory and