Hi, I am trying to trim a video in android, but all the source codes that I found use ffmpeg, is there a smaller library that I can use? Since the ffmpeg library is about 8-9 MB and my application is about 6 MB, adding the ffmpeg library to my application will more than double it.
source
share