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

Minimal Size Binary

Open perracodex opened this issue 11 years ago • 4 comments

is there any script to compile a minimal ffmpeg binary, to include only the video encoder? Or a way to select easily which modules to compile? I've seen some apps using a less than 1MB ffmpeg binary, which is understandable as ffmpeg has many features which a developer might not need at all, and size is an important factor when it comes to mobile.

perracodex avatar Nov 12 '14 22:11 perracodex

I use this project and configure my ffmpeg and remove the lib that I don't need to reduce the size:

http://bambuser.com/opensource

falnatsheh avatar Dec 11 '14 15:12 falnatsheh

I'm also interested in this, I can't seem to compile a customized version

bperin avatar Jan 07 '15 07:01 bperin

@falnatsheh can you send me your ffmpeg file?

chodison avatar Nov 16 '15 08:11 chodison

@chodison I open sourced my changes and could be found here https://github.com/falnatsheh/ffmpeg-android

falnatsheh avatar Nov 16 '15 16:11 falnatsheh