Reputation: 156
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 ?
Upvotes: 5
Views: 7383
Reputation: 156
Using Mp4parser has solved my problem . I am able to merge mp4 video files . Library Link-http://code.google.com/p/mp4parser
Upvotes: 5