Membrane Element: H264 v0.1.3 Membrane.Element.FFmpeg.H264.Parser View Source

Membrane element providing parser for H264 encoded video stream. Uses the parser provided by FFmpeg.

It receives buffers with binary payloads and splits them into frames.

Element options

Passed via struct Membrane.Element.FFmpeg.H264.Parser.t/0

Pads

:input

Availability:always
Caps:any
Demand unit:buffers
Direction:input
Mode:pull

:output

Availability:always
CapsMembrane.Caps.Video.H264, restrictions:
  stream_format: :byte_stream,
  alignment: :au
Direction:output
Mode:pull

Link to this section Summary

Types

t()

Struct containing options for Membrane.Element.FFmpeg.H264.Parser

Functions

Returns description of options available for this module

Link to this section Types

Link to this type

t()

View Source
t() :: %Membrane.Element.FFmpeg.H264.Parser{
  framerate: Membrane.Caps.Video.H264.framerate_t()
}

Struct containing options for Membrane.Element.FFmpeg.H264.Parser

Link to this section Functions

Returns pads descriptions for Membrane.Element.FFmpeg.H264.Parser

Returns description of options available for this module