Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Merging mp4 video files on Android

I am capturing a video in my android app and saving it . Now I want to merge two mp4 files together and play it . I am not able to merge the mp4 files as I am not aware of mp4 header structure . Can anybody guide me how to go for it ?

like image 341
kapil Avatar asked Jan 14 '13 11:01

kapil


1 Answers

Using Mp4parser has solved my problem . I am able to merge mp4 video files . Library Link-http://code.google.com/p/mp4parser

like image 162
kapil Avatar answered Oct 07 '22 18:10

kapil