sannies / mp4parser

A Java API to read, write and create MP4 files
Apache License 2.0
2.74k stars 563 forks source link

Is it possible to trim a video other than mp4 type using mp4parser? #393

Open Harshjain2094 opened 4 years ago

Harshjain2094 commented 4 years ago

I am using mp4parser to trim videos but when I provide the file with avi extension it shows OutOfMemory Error can cancels it similarly with other format also, if it is not an mp4 file. Can trimming be possible on any other format using mp4parser.

Thanks in advance.

HBiSoft commented 4 years ago

Please try the latest release:

implementation 'org.mp4parser:isoparser:1.9.41'
implementation 'org.mp4parser:muxer:1.9.41'

This should fix the out of memory issue. Also, please close the issue if it fixed your issue.