Support for transparent video
support for transparent video by libvpx, like webm
Technically we should already support this. VPx support is available on many devices via MediaCodec API which LiTr uses. The trick is to figure out correct MediaMuxerMediaTarget and MediaCodecDecoder parameters. I will try to take a quick look at this.
Can you describe your use case? Are you trying to transcode a WEBM with transparent video into MP4 with some effects? Or are you trying to create a WEBM with transparency?
Yes, we tried to combine a webm and a mp4 video into a new mp4 file, but it didn't work
Did you try to draw webm frames onto mp4 frames? And alpha channel didn't work, I presume?
yes,the alpha channel didn't work