sannies / mp4parser

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

What is the best way to inject additional or change existing XMP data? #224

Open rniebecker opened 8 years ago

rniebecker commented 8 years ago

Hey,

do I always have to copy the entire video file in order to add or update data in UserBoxes?

I'm working on Android and to copy an entire video that can be several GB in size just to change some XMP data seems like a bad idea.

Is there a better and still reliable way of doing this?

Cheers, Ralf