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

Caused by: java.lang.NoClassDefFoundError: Failed resolution of: Lcom/googlecode/mp4parser/util/Matrix; at android.alibaba.support.video.compress.Mp4Movie.(Mp4Movie.java:18) at android.alibaba.support.video.compress.VideoController.convertVideo(VideoController.java:343) at android.alibaba.support.video.compress.VideoCompress$VideoCompressTask.doInBackground(VideoCompress.java:62) at android.alibaba.support.video.compress.VideoCompress$VideoCompressTask.doInBackground(VideoCompress.java:43) at android.os.AsyncTask$2.call(AsyncTask.java:345) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at com.taobao.android.task.Coordinator.runWithTiming(Coordinator.java:351)  at com.taobao.android.task.Coordinator$StandaloneTask.run(Coordinator.java:598)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)  at java.lang.Thread.run(Thread.java:784)  Caused...

Is loading from InputStream available? Currently we have this: Movie movie = MovieCreator.build(new FileDataSourceViaHeapImpl(filePath)); //We use FileDataSourceViaHeapImpl because it's using less memory and avoids causing OOM on Android But on...

Dear Maintainer, For certain MOV files, a `RuntimeException: box size of zero means 'till end of file. That is not yet supported` get's thrown, and the temporary resource cannot be...

In long running parser processes, the reliance on deleteOnExit in MediaDataBox can overwhelm the tmp directory. See: https://issues.apache.org/jira/browse/TIKA-3203

Hey guys , I am using this library but merge audio in video to this type of error are showing "Expected Start Word 0xfff" s please any one to solved...

After merging two different videos (videoA.mp4 & videoB.mp4), for some reason, the resulting video (output.mp4) just plays audio with the accompanying black screen What's odd is that when I merge...

I have a mp4 video (duration 1 minute) and an audio file (40 seconds). I can merge them. But I want the audio starts at the 20th second (not from...

Hello, excuse me for my bad english. I want to merge in the same file two audios (one is music, and the otherone is an audio file record with the...

MoveCreator.build(sourceFile); When invoked, the following problem occurs. This happens when you trim an mp4 file recorded with the du recorder app. I do not know the reason. i used isoparser...

Hi Sebastian I am using this code in my application and getting IndexOutOfBoundsException in the asByteBuffer method. I see this being thrown. Could you please tell me how it is...