View Source Membrane.MP4.Payloader.H264 (Membrane MP4 plugin v0.13.0)
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: :aus, :pps, :sps.
Pads
:input
| Availability | :always |
| Caps | Membrane.H264, restrictions:<br /> stream_format: :byte_stream,<br /> alignment: :au,<br /> nalu_in_metadata?: true |
| Demand unit | :buffers |
| Direction | :input |
| Mode | :pull |
| Name | :input |
:output
| Availability | :always |
| Caps | Membrane.MP4.Payload |
| Direction | :output |
| Mode | :pull |
| Name | :output |
Link to this section Summary
Types
Struct containing options for Membrane.MP4.Payloader.H264
Functions
Returns pads descriptions for Membrane.MP4.Payloader.H264
Returns description of options available for this module
Link to this section Types
Specs
t() :: %Membrane.MP4.Payloader.H264{parameters_in_band?: boolean()}
Struct containing options for Membrane.MP4.Payloader.H264
Link to this section Functions
Specs
membrane_pads() :: [{Membrane.Pad.name_t(), Membrane.Pad.description_t()}]
Returns pads descriptions for Membrane.MP4.Payloader.H264
Specs
options() :: keyword()
Returns description of options available for this module