ffmpeg-android-java icon indicating copy to clipboard operation
ffmpeg-android-java copied to clipboard

App size increases by 20mb

Open binaykumarrana opened this issue 7 years ago • 6 comments
trafficstars

Hi, I see adding this library increasing app size 21mb. How can I exclude few component in the library to reduce the size? Any help would be appreciated.

Thanks Binay

binaykumarrana avatar Feb 01 '18 18:02 binaykumarrana

I am also seeing this. Did you ever determine if this was avoidable?

masterwok avatar Feb 14 '18 04:02 masterwok

i am also getting this. is it available to decrease library's size?

bhavinsetubridge avatar Mar 30 '18 13:03 bhavinsetubridge

i am also getting this. is it available to decrease library's size?

ml-bright avatar Apr 24 '18 01:04 ml-bright

Analyze APK, it because of two Apprx. 9 MB .so files in assets.

you can split APK for different ABI and give them .so file as ABI, but for that you have have to check how they get use of .so files (getting directories) from their code.

nileshg994 avatar May 28 '18 12:05 nileshg994

Maybe we should try compile ffmpeg by ourself.

monotonewang avatar Nov 14 '18 02:11 monotonewang

Can't you just split APK by ABI to decrease the size?

masterwok avatar Nov 14 '18 02:11 masterwok