MasayukiSuda/Mp4Composer-android

Too slow

krottv opened this issue · 4 comments

Working with a video is verrry slow. I took 4 minute video and cut 4 seconds of it. It took 20 seconds on Galaxy s9+

Utilizing asynchronous api from android 21 may help with that. https://github.com/mstorsjo/android-decodeencodetest/blob/master/src/com/example/decodeencodetest/ExtractDecodeEditEncodeMuxTest.java

Or maybe the issue that the whole video is being processed even thou I selected times to trim it. (I assume, not sure)

I try to optimize the speed
#87

@mahsky
Thanks !!

Thanks a lot