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

use isoparser-1.1.22 ![image](https://user-images.githubusercontent.com/17565737/58378606-3f613500-7fc9-11e9-84d3-e62bf19a7fb9.png)

The `README` makes no mention of the `muxer` or `streaming` dependencies. * https://mvnrepository.com/artifact/org.mp4parser/muxer * https://mvnrepository.com/artifact/org.mp4parser/streaming

Issue #188 fixed the dependency reference in the README, but the "Current central released version 2.x branch" badge points to https://maven-badges.herokuapp.com/maven-central/com.googlecode.mp4parser/isoparser, which still points to the old location.

I am trying to merge these 2 mp4 files attached. Only first video ends up in final video with size of that equalling addition of both files. This is the...

How can I get specific h264 video information from video file? I need to know profile (Baseline/Main/High) and is there B-Frames in video?

i have 4k video and 1080p video, i want to combine them, but it doesn't work

My video length is 5 second and audio length is 15 second, right now when i merged audio and video using mp4parser then video is making for audio length like...

Hello, I'm using mp4parser 1.1.2.1, and I'm having a problem creating a movie. `Movie movie = MovieCreator.build(new FileDataSourceImpl(video.getPath()));` this is the log: `java.lang.OutOfMemoryError: Failed to allocate a 271631603 byte allocation...

When the time of the video file is less than the audio file. The media controller of the result (mp4) file doesn't work as expected, whenever I try to move...

**Hello** @sannies and thanks for this great lib! I'm currently using it in an app where the user can take videos from the front and the back camera. As it...