use mp4parser to edit the mp4boxes

38 Views Asked by At

Can some one give me a guide on how to use mp4parser to edit the mp4boxes?

I tried

MP4Edit edit = new MP4Edit();
edit.open(inputFile);
edit.editBox("moov", newBoxContents);
edit.close();

but I want the detailed solution for all the boxes.

0

There are 0 best solutions below