We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fatal Exception: java.lang.OutOfMemoryError Failed to allocate a 440786856 byte allocation with 16298864 free bytes and 368MB until OOM, max allowed footprint 32630496, growth limit 402653184 java.nio.HeapByteBuffer. (HeapByteBuffer.java:54) com.googlecode.mp4parser.AbstractBox.parse (AbstractBox.java:110) com.coremedia.iso.AbstractBoxParser.parseBox (AbstractBoxParser.java:107) com.googlecode.mp4parser.BasicContainer.next (BasicContainer.java:185) com.googlecode.mp4parser.util.LazyList$1.hasNext (LazyList.java:55) com.coremedia.iso.IsoFile.getMovieBox (IsoFile.java:102) com.googlecode.mp4parser.authoring.container.mp4.MovieCreator.build (MovieCreator.java:51) life.knowledge4.videotrimmer.utils.TrimVideoUtils.genVideoUsingMp4Parser (TrimVideoUtils.java:133) life.knowledge4.videotrimmer.utils.TrimVideoUtils.startTrim (TrimVideoUtils.java:46)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Fatal Exception: java.lang.OutOfMemoryError
Failed to allocate a 440786856 byte allocation with 16298864 free bytes and 368MB until OOM, max allowed footprint 32630496, growth limit 402653184
java.nio.HeapByteBuffer. (HeapByteBuffer.java:54)
com.googlecode.mp4parser.AbstractBox.parse (AbstractBox.java:110)
com.coremedia.iso.AbstractBoxParser.parseBox (AbstractBoxParser.java:107)
com.googlecode.mp4parser.BasicContainer.next (BasicContainer.java:185)
com.googlecode.mp4parser.util.LazyList$1.hasNext (LazyList.java:55)
com.coremedia.iso.IsoFile.getMovieBox (IsoFile.java:102)
com.googlecode.mp4parser.authoring.container.mp4.MovieCreator.build (MovieCreator.java:51)
life.knowledge4.videotrimmer.utils.TrimVideoUtils.genVideoUsingMp4Parser (TrimVideoUtils.java:133)
life.knowledge4.videotrimmer.utils.TrimVideoUtils.startTrim (TrimVideoUtils.java:46)
The text was updated successfully, but these errors were encountered: