sannies / mp4parser

A Java API to read, write and create MP4 files
Apache License 2.0
2.76k stars 566 forks source link

Track Id in mp4 Video File #306

Open knowamit opened 6 years ago

knowamit commented 6 years ago

Hey, Thanks for this awesome Lib. I am facing a problem while merging video Clips using mp4parse.

I have four video clips but one of them having different track Id, clip one - Video Track id 1, Audio track id 2 clip two - Video Track id 2, Audio track id 1 clip three - Video track id 1, Audio track id 2 clip four - Video track id 1, Audio track id 2

This clip two creating a problem in final merged Video, I want to change the position of Track in the clip. Any idea how to do that?