bravobit / FFmpeg-Android

FFMpeg/FFprobe compiled for Android
https://bravobit.nl/
MIT License
741 stars 176 forks source link

good. Is it possible to decrease the size of the app, eliminating the libraries that I do not use? #15

Closed orlando9006 closed 6 years ago

orlando9006 commented 6 years ago

I'm making an app and I use your library, by the way, very good job, but I only use two of its libraries libvorbis, libvpx, how could I eliminate the other libraries if it affects its operation since it weighs too much with the whole package, I would appreciate it if you could help me .

Brianvdb commented 6 years ago

The other packages shouldn't impact performance. If size is an issue, you can Reduce APK File Size.

If you really want to eleminate other libraries you will have to compile FFmpeg yourself.

Brianvdb commented 6 years ago

Please post that issue on the writingminds issue tracker. This is not the place where these kind of questions belong.

orlando9006 commented 6 years ago

could you guide me how to compile ffmpeg, greetings