View Source Membrane.VP8 (Membrane: VP8 Format v0.5.0)
This module provides a format for a VP8 encoded video stream.
Summary
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.
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.