AndroidDeveloperLB / VideoTrimmer

Allows to trim videos on Android, including UI
MIT License
147 stars 25 forks source link

I got crash following crash on a video #17

Open asadaltaf583 opened 1 year ago

asadaltaf583 commented 1 year ago

java.lang.OutOfMemoryError: Failed to allocate a 749306784 byte allocation with 11539821 free bytes and 244MB until OOM, target footprint 23079645, growth limit 268435456 at java.nio.HeapByteBuffer.(HeapByteBuffer.java:54) at java.nio.HeapByteBuffer.(HeapByteBuffer.java:49) at java.nio.ByteBuffer.allocate(ByteBuffer.java:284) at com.googlecode.mp4parser.AbstractBox.parse(AbstractBox.java:110) at com.coremedia.iso.AbstractBoxParser.parseBox(AbstractBoxParser.java:107) at com.googlecode.mp4parser.BasicContainer.next(BasicContainer.java:185) at com.googlecode.mp4parser.BasicContainer.hasNext(BasicContainer.java:161) at com.googlecode.mp4parser.util.LazyList.blowup(LazyList.java:30) at com.googlecode.mp4parser.util.LazyList.size(LazyList.java:77) at com.googlecode.mp4parser.BasicContainer.getBoxes(BasicContainer.java:80) at com.googlecode.mp4parser.authoring.samples.DefaultMp4SampleList.(DefaultMp4SampleList.java:36) at com.coremedia.iso.boxes.mdat.SampleList.(SampleList.java:33) at com.googlecode.mp4parser.authoring.Mp4TrackImpl.(Mp4TrackImpl.java:64) at com.googlecode.mp4parser.authoring.container.mp4.MovieCreator.build(MovieCreator.java:57)

AndroidDeveloperLB commented 1 year ago

What are the steps? Where is the video file you've tried to handle? What are the environment details?

asadaltaf583 commented 1 year ago

Samsung Galaxy A13 with android 13 version. Select this video from gallery and try to trim it.This video has 22 seconds length trim it for 10 or 15 seconds app will crash

On Fri, Jul 14, 2023 at 4:10 PM asad altaf @.***> wrote:

Samsung Galaxy A13 with android 13 version. Select this video from gallery and try to trim it.This video has 22 seconds length trim it for 10 or 15 seconds app will crash

Message ID: @.*** com>

AndroidDeveloperLB commented 1 year ago

Please put a sample video (hopefully short one) that causes it to crash