Membrane Element: H264 v0.4.1 Membrane.Element.FFmpeg.H264.Decoder View Source
Membrane element that decodes video in H264 format. It is backed by decoder from FFmpeg.
The element expects the data for each frame (Access Unit) to be received in a separate buffer,
so the parser (Membrane.Element.FFmpeg.H264.Parser
) may be required in a pipeline before
decoder (e.g. when input is read from Membrane.Element.File.Source
).
Pads
:input
Availability | :always |
Bin? | false |
Caps | Membrane.Caps.Video.H264 , restrictions:<br /> stream_format: :byte_stream ,<br /> alignment: :au |
Demand unit | :buffers |
Direction | :input |
Mode | :pull |
Name | :input |
:output
Availability | :always |
Bin? | false |
Caps | Membrane.Caps.Video.Raw , restrictions:<br /> format: one_of([:I420, :I422]) ,<br /> aligned: true |
Direction | :output |
Mode | :pull |
Name | :output |
Link to this section Summary
Functions
Returns pads descriptions for Membrane.Element.FFmpeg.H264.Decoder
Link to this section Functions
Specs
membrane_pads() :: [{Membrane.Pad.name_t(), Membrane.Pad.description_t()}]
Returns pads descriptions for Membrane.Element.FFmpeg.H264.Decoder