How to encode RGBA and preserve alpha channel with Android MediaCodec?
I would like to encode RGBA images into webm file on Android, preserving alpha channel. I have read the answers to this question and tried following the example of https://github.com/google/grafika, unfortunately alpha channel is not preserved.