Android - How to join two videos

Basically, I'm looking for a way to combine two mp4 video files (on an SD card) together. Rather, adding a second video at the end of the first. I searched a lot, but did not find a suitable solution. (Well, I could not find a solution at all).

So my question is: is there a library that can combine (and possibly crop) video? is supported by android?

Most of the java libraries I was looking for were platform dependent, there was no help for ex-Xuggler in this case.

Thank.

+3
source share
2 answers

You can use mp4parser library for append video. The problem is limited documentation.

+1
source

ffmpeg, , , // / .. 1.1 (ffmpeg fire flower) ​​ concat demuxer, Android.

http://ffmpeg.org/trac/ffmpeg/wiki/How%20to%20concatenate%20(join,%20merge)%20media%20files

+1

All Articles