View Source Membrane.VP8 (Membrane: VP8 Format v0.5.0)

This module provides a format for a VP8 encoded video stream.

Summary

Types

Height of single frame in pixels.

t()

Format definition for a VP8 video stream.

Width of single frame in pixels.

Types

@type height() :: pos_integer()

Height of single frame in pixels.

Allowed values may be restricted by used encoding parameters, for example, when using 4:2:0 chroma subsampling dimensions must be divisible by 2.

@type t() :: %Membrane.VP8{height: height(), width: width()}

Format definition for a VP8 video stream.

@type width() :: pos_integer()

Width of single frame in pixels.

Allowed values may be restricted by used encoding parameters, for example, when using 4:2:0 chroma subsampling dimensions must be divisible by 2.