Document that WebM videos don't support the alpha channel

(cherry picked from commit 1a616726cf)
This commit is contained in:
Hugo Locurcio 2020-11-22 17:43:07 +01:00 committed by Rémi Verschelde
parent fe69bb262e
commit 922136b30d
No known key found for this signature in database
GPG Key ID: C3336907360768E1

View File

@ -5,6 +5,7 @@
</brief_description>
<description>
[VideoStream] resource handling the [url=https://www.webmproject.org/]WebM[/url] video format with [code].webm[/code] extension. Both the VP8 and VP9 codecs are supported. The VP8 and VP9 codecs are more efficient than [VideoStreamTheora], but they require more CPU resources to decode (especially VP9). Both the VP8 and VP9 codecs are decoded on the CPU.
[b]Note:[/b] Alpha channel (also known as transparency) is not supported. The video will always appear to have a black background, even if it originally contains an alpha channel.
[b]Note:[/b] There are known bugs and performance issues with WebM video playback in Godot. If you run into problems, try using the Ogg Theora format instead: [VideoStreamTheora]
</description>
<tutorials>