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.
Does anyone know how to handle it properly on Android?