Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for transparent video #180

Open
woniu163 opened this issue Mar 14, 2022 · 5 comments
Open

Support for transparent video #180

woniu163 opened this issue Mar 14, 2022 · 5 comments

Comments

@woniu163
Copy link

support for transparent video by libvpx, like webm

@izzytwosheds
Copy link
Contributor

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.

@izzytwosheds
Copy link
Contributor

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?

@woniu163
Copy link
Author

Yes, we tried to combine a webm and a mp4 video into a new mp4 file, but it didn't work

@izzytwosheds
Copy link
Contributor

Did you try to draw webm frames onto mp4 frames? And alpha channel didn't work, I presume?

@woniu163
Copy link
Author

yes,the alpha channel didn't work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants