kapil
kapil

Reputation: 156

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 ?

Upvotes: 5

Views: 7383

Answers (2)

kapil
kapil

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

Timmmm
Timmmm

Reputation: 97048

This code for the video editor may be able to help you.

Upvotes: 0

Related Questions