VideoStreamWebm

    VideoStream resource for WebM videos.

    VideoStream resource handling the video format with 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.

    Note: 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:


    • void set_file ( String file )

    Sets the WebM video file that this resource handles. The name should have the extension.