mp4parser icon indicating copy to clipboard operation
mp4parser copied to clipboard

A Java API to read, write and create MP4 files

Results 122 mp4parser issues
Sort by recently updated
recently updated
newest added

Hi, I got this error trying to combine MP4s that had just been recorded by the MediaRecorder. This worked fine on my galaxy S5 (Android 6) and also on nexus...

Does anyone know how to trim a video with the library. I find some solution in stackoverflow, but it always return the video from 0 second to 15 second, not...

I am developing an OpenHarmony application with JavaScript language which used your library, will your library support OpenHarmony platform by JavaScript language?If so, I want to contribute to the OpenHarmony...

closes #433 This PR moves the junit dependency from the production scope to the test scope to avoid leaking it when deploying the artifact.

Thank you for your great library. It works great on Android 10 but we found the problem on Android 8 and 9. I got the following error. ``` Fatal Exception:...

Added "prft (producer reference time)" and "ssix (subsegment index)" box supported in the 'iso6' brand.

Hello @sannies , I am trying to insert metadata into video file . I am using following code : AppleGPSCoordinatesBox loc; if ((loc = Path.getPath(ilst, "©xyz")) == null) { loc...