Hagen Brooks
Hagen Brooks
@siosilvar 1.9.37 didn't fix it.
Tested with 1.9.39 and still get the same issue. This issue goes back 3 years, I'm not sure this will ever be fixed.
That is how android works and there is a way around it. When recording a video with the rear camera, in portrait mode, the rotation will be set to 90°...
This issue is fixed in the latest release implementation 'org.mp4parser:isoparser:1.9.41' implementation 'org.mp4parser:muxer:1.9.41' implementation 'org.mp4parser:streaming:1.9.41' I have tested with @reijin90 video and it is working fine. Please close this issue.
You can use the following versions: implementation 'org.mp4parser:isoparser:1.9.41' implementation 'org.mp4parser:muxer:1.9.41' The out of memory issue should be gone when using this release. Please close the issue.
This issue is self-explanatory, there is another library using `com.coremedia.iso` or isoparser. Find the library which is using it, you can do that using `gradlew app:dependencies`, it will probably be...
I was able to read a vp8 file, so I guess if I can read it using mp4parser when you will be able to convert it to h264. Please try...
This is not impossible. But you will have to use this library in combination with `FFmpegMediaMetadataRetriever`. Let me explain: You can get time between each frame by doing the following:...
@sannies Older versions has the `OutOfMemoryError` issue and 1.9.37/1.9.38 has this issue. Currently, this library is completely unusable for Android developers. Can you please let us know if you are...
@sannies After reading more about this - You can cast ByteBuffer to Buffer then you can compile the project with JDK9 and have it running on JDK8.