sannies / mp4parser

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

Create mp4 from split movie data #303

Open unnivm opened 6 years ago

unnivm commented 6 years ago

Hi,

I was going through this framework to create a MP4 file based on the following scenario:

  1. I have downloaded a piece of movie using a HTTP range request.
  2. This contains some audio and video tracks
  3. This may not contain the starting or ending of the mp4 chunk

How can I create a new MP4 from this chunk of mp4 data? Can you show me some examples to the above requirement?

Any idea will be much appreciated.

Thanks Unni