I am creating an Android app that aims to combine a video and images into a video file and save that video into the gallery.
I have looked around and seems like I have stepped into the dark side of android, where its not as easy as .addFrame (Android animation).
After searching I got so confused at what options I have to accomplish said task..
So can someone please give me the best option to my situation that ad hears at least a bit with the following:
I would rather much use only Java to accomplish this. 3rd party libs are welcome, it's just that I saw people use NDK and I would really much rather stay out of there..
It needs to be able to do what I specified above, take a video files and images and combine them into a video.
It would be awesome if you can also provide and example or guide..
Thanks..