I want to create a single video file from multiple video files(parts). I have no. of files of video types in format of (.mp4/.3gp) using them i want to create single video file with (.mp4/.3gp) extension.
It will work as video clubbing application from smaller parts.
I want to create a single video file from multiple video files (parts). I
Share
OpenCV is good choice for you. There are many manuals how to do that in the web. Here’s manual for using OpenCV with Android NDK.
Another option for you is to port some video processing library on Android. But it’s very compicated.