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

Right now I'm using MP4Parser to trim videos for further editing. It's worked just fine, but it fails in Android Q. When I just provide the path to the video,...

Is it possible to read in a SIDX file and convert it's contents to a JSON representation. I am very new to MPEG/MP4 and all things video but happened to...

Hi, Sannies This is the issus.I 'm trying to merge acc with mp4, but i have a exception. My code: String videoF = Environment.getExternalStorageDirectory() + "/mp4parser/video.mp4"; String audioF = Environment.getExternalStorageDirectory()...

When use H264TrackImpl h264Track = new H264TrackImpl(new FileDataSourceImpl("video.h264")) crash ?

I'm trying to build an android app which generates streamable mp4 from h264 data coming from the embedded decoder (i haven't managed to have a streamble mp4 from the native...

Hi guys. I downloaded latest version of your library from maven central as gradle dependency. I trying to merge multiple videos into one, and got an exception from library My...

Every time I try to load an mp3, i tried some downloaded and some self recorded, i get the following error: java.io.IOException: Expected Start Word 0x7ff at org.mp4parser.muxer.tracks.MP3TrackImpl.readMP3Header(MP3TrackImpl.java:174) at org.mp4parser.muxer.tracks.MP3TrackImpl.readSamples(MP3TrackImpl.java:145)...

java.lang.ClassNotFoundException: Didn't find class "com.googlecode.mp4parser.authoring.Movie" on path: DexPathList[[zip file "/data/app/io.uxtesting.uxtester-YVh29ln6RLhg8oU75MkwCQ==/base.apk"],nativeLibraryDirectories=[/data/app/io.uxtesting.uxtester-YVh29ln6RLhg8oU75MkwCQ==/lib/arm64, /system/lib64]]

Hey all, i went through a lot of open issues with no success. I got the popular OutOfMemory exception in my app (when i used 1.9.27), which seems to go...