I want make a video from images. I see in some posts (Using FFmpeg with Android-NDK, Create a Video file from images using ffmpeg images-using-ffmpeg) That use command line, is the best choice?? it's possible?
How are build ffmpeg.so? How I can add to the project?
This is the command that pretenfi use:
ffmpeg -r 1 -pattern_type glob -i '*.jpg' out.mp4
thanks very much. I have 2 weeks search!
Sorry for my English.