GstVideo.VideoCodecAlphaMeta¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
buffer |
r/w |
the encoded alpha frame |
|
meta |
r/w |
parent |
Methods¶
class |
|
Details¶
- class GstVideo.VideoCodecAlphaMeta¶
This meta is primarily for internal use in GStreamer elements to support VP8/VP9 transparent video stored into WebM or Matroska containers, or transparent static AV1 images. Nothing prevents you from using this meta for custom purposes, but it generally can’t be used to easily to add support for alpha channels to CODECs or formats that don’t support that out of the box.
New in version 1.20.
- classmethod get_info()[source]¶
- Returns:
Gst.MetaInfo
pointer that describesGstVideo.VideoCodecAlphaMeta
.- Return type:
New in version 1.20.