mp4parser
mp4parser copied to clipboard
Is it possible to trim a video other than mp4 type using mp4parser?
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.
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.