I do not know whether it's suitable to ask this question here. If not, please tell me , thanks in advance.
Recently I am working on FFmpeg for Android. Everything works well but its size is too large so I decide to reduce the size.
I think I should at first only enable some encoders that I maybe use. What's common encoders and decodes on Android?
In additional, I can use ./configure --list-encoders
to show all available encodes.