View Source Membrane.H265.Parser.Format (Membrane H265 plugin v0.4.0)

Module providing functionalities for preparing H265 format based on the parsed VPS and SPS NAL units.

Link to this section Summary

Functions

Prepares the Membrane.H265.t() format based on the parsed SPS NALu. During the process, the function determines the profile of the h265 stream and the picture resolution.

Link to this section Functions

Link to this function

from_sps(sps_nalu, output_raw_stream_format, options_fields)

View Source

Specs

from_sps(
  sps_nalu :: Membrane.H265.Parser.NALu.t(),
  output_raw_stream_structure :: H264.stream_structure(),
  options_fields :: [
    framerate: {pos_integer(), pos_integer()},
    output_alignment: :au | :nalu
  ]
) :: Membrane.H265.t()

Prepares the Membrane.H265.t() format based on the parsed SPS NALu. During the process, the function determines the profile of the h265 stream and the picture resolution.