View Source Membrane.MP4.Payloader.H264 (Membrane MP4 plugin v0.26.0)
Payloads H264 stream so it can be embedded in MP4.
element-options
Element options
Passed via struct Membrane.MP4.Payloader.H264.t/0
parameters_in_band?
boolean()
Default value:
false
Determines whether the parameter type nalus will be removed from the stream. Inband parameters seem to be legal with MP4, but some players don't respond kindly to them, so use at your own risk.NALUs currently considered to be parameters: :sps, :pps, :aud.
pads
Pads
input
:input
Accepted formats:
%Membrane.H264{alignment: :au, nalu_in_metadata?: true}
Direction: | :input |
Availability: | :always |
Flow control: | :manual |
Demand unit: | :buffers |
output
:output
Accepted formats:
Membrane.MP4.Payload
Direction: | :output |
Availability: | :always |
Flow control: | :manual |
Demand unit: | nil |
Link to this section Summary
Types
Struct containing options for Membrane.MP4.Payloader.H264
Link to this section Types
@type t() :: %Membrane.MP4.Payloader.H264{parameters_in_band?: boolean()}
Struct containing options for Membrane.MP4.Payloader.H264
Link to this section Functions
@spec options() :: keyword()
Returns description of options available for this module