View Source Membrane.MP4.Payloader.H264 (Membrane MP4 plugin v0.26.1)
Payloads H264 stream so it can be embedded in MP4.
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
:input
Accepted formats:
%Membrane.H264{alignment: :au, nalu_in_metadata?: true}
Direction: | :input |
Availability: | :always |
Flow control: | :manual |
Demand unit: | :buffers |
:output
Accepted formats:
Membrane.MP4.Payload
Direction: | :output |
Availability: | :always |
Flow control: | :manual |
Demand unit: | nil |
Summary
Types
Struct containing options for Membrane.MP4.Payloader.H264
Types
@type t() :: %Membrane.MP4.Payloader.H264{parameters_in_band?: boolean()}
Struct containing options for Membrane.MP4.Payloader.H264
Functions
@spec options() :: keyword()
Returns description of options available for this module