-
Notifications
You must be signed in to change notification settings - Fork 832
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
APK size is larger than 25MB #45
Comments
Hi Your FFmpeg library for android is working fine but the issue is with apk size . Apk size is too large. Could you suggest any idea how to reduce apk size. |
The increased size is because of 15mb of ARMv7a ffmpeg file, 15mb of ARMv7a-Neon file and 17 mb of X86 ffmpeg file. So the ideal way is to create different APKs for different architectures. |
Can you also tell me what did you do compile the ffmpeg library to .so files using android-NDK |
I am also facing the APK size issue. Please let me know any idea to reduce the apk size. |
I just want to compress the video. I am using
command to compress the video. For this only I am using ffmpeg library. Now my apk size is 30 mb. Is it possible to reduce the apk size? And also I want to speed up the compression time. it take min one min to compress 40mb video. Is there any way to speed up?? Thanks in advance. |
APK Size is now decreased by 7MB and is 18MB now. |
Would you please share , How did you decrease APK Size to 7MB? I really need solution. |
Refer this. I followed this only to reduce the apk size. #66 |
I'm using ffmpeg library and apk size is too big. Anyone know how to reduce apk size ?
The text was updated successfully, but these errors were encountered: