Expand description
Converts YUV / RGB images to NAL packets.
Structs§
- BitRate
- Bitrate of the encoder.
- Encoded
BitStream - Bitstream output resulting from an
encode()operation. - Encoder
- An OpenH264 encoder.
- Encoder
Config - Configuration for the
Encoder. - Encoder
RawAPI - Convenience wrapper with guaranteed function pointers for easy access.
- Frame
Rate - Frame rate of the encoder.
- Intra
Frame Period - A period in frames after which a new I-Frame is generated.
- Layer
- An encoded layer, contains the Network Abstraction Layer inputs.
- QpRange
- Quantization parameter range to control the degree of compression.
- VuiConfig
- H.264 VUI configuration for signaling color space to decoders.
Enums§
- Color
Primaries - H.264 colour_primaries values (ITU-T H.264 Table E-3).
- Complexity
- Complexity of the encoder (speed vs. quality).
- Frame
Type - Frame type returned by the encoder.
- Level
- H.264 encoding levels with their corresponding capabilities.
- Matrix
Coefficients - H.264 matrix_coefficients values (ITU-T H.264 Table E-5).
- Profile
- The H.264 encoding profile
- Rate
Control Mode - Specifies the mode used by the encoder to control the rate.
- SpsPps
Strategy - Sets the behavior for generating SPS/PPS.
- Transfer
Characteristics - H.264 transfer_characteristics values (ITU-T H.264 Table E-4).
- Usage
Type - The intended usage scenario for the encoder.