We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Chrome 31 now supports video alpha transparency in WebM. "webm-muxer" How to Encoder alpha videos ?
VideoEncoderConfig: alpha: 'keep', // keep alpha channel
It doesn't work
The text was updated successfully, but these errors were encountered:
Added a config option to enable flagging the video as containing alpha data. However, as it seems, Chromium itself does not support encoding alpha video as of today: https://chromium.googlesource.com/chromium/src/+/00d126142a32c598a0874ef80ba27a3591cd2b2c/third_party/blink/renderer/modules/webcodecs/video_encoder.cc#187
Nothing I can do about that. Bummer!
Sorry, something went wrong.
No branches or pull requests
Chrome 31 now supports video alpha transparency in WebM.
"webm-muxer" How to Encoder alpha videos ?
VideoEncoderConfig:
alpha: 'keep', // keep alpha channel
It doesn't work
The text was updated successfully, but these errors were encountered: