wseemann / FFmpegMediaMetadataRetriever

FFmpegMediaMetadataRetriever provides a unified interface for retrieving frame and meta data from an input media file.
1.72k stars 387 forks source link

Build for generating thumbnails only #139

Closed Farasy closed 7 years ago

Farasy commented 7 years ago

Thanks for your work, William.

I'm using your lib to generate thumbnails for videos. Unfortunately, even with splitting different Abi's, the filesize of each apk increases about 3mb. May you can create a build (especially for me 😃 ) that supports creating thumbnails but other stuff. I don't know if it's possible. I would try it but i'm not on unix..

I appreciate!

wseemann commented 7 years ago

3mb is a negligible size increase in my opinion. Even if I were to remove code from the library or optimize it to only retrieve thumbnails it's not going to reduce the size by a noticeable degree.

On Mon, Feb 27, 2017 at 5:59 AM, Faraz Francois notifications@github.com wrote:

Thanks for your work, William.

I'm using your lib to generate thumbnails for videos. Unfortunately, even with splitting different Abi's, the filesize of each apk increases about 3mb. May you can create a build (especially for me 😃 ) that support creating thumbnails but other stuff. I don't know if it's possible. I would try it but i'm not on unix..

I appreciate!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/wseemann/FFmpegMediaMetadataRetriever/issues/139, or mute the thread https://github.com/notifications/unsubscribe-auth/ACMJhP4mjIe58FYvfsxEvtMyJIUn64ioks5rgrqfgaJpZM4MNBZR .

Farasy commented 7 years ago

It is, absolutely. My goal is to keep the apk size of my apps as low as possible. I thought there might by a noticeable degree by keeping unneeded code out of the build.

wseemann commented 7 years ago

Unfortunately, removing the code in question would not result in a noticeable decrease in your APK size.