Parameter | GStreamer property | Description |
---|---|---|
Entropy Buffers | internal-entropy-buffers | Specifies decoder internal entropy buffers, used to smooth out entropy
decoding performance. Specify values in integer between 2 and 16.
Increasing buffering-count increases decoder memory footprint. Default value: 5. Set this value to 10 for higher bit-rate use cases. For example, uses cases where the bitrate is more than 100 Mb/s. |
Latency | latency-mode | For 2019.1 and later releases: Specifies decoder latency mode.
Default value: 0. For 2018.3 and prior releases:
Note: When using low latency mode the encoder and
decoder are limited by the number of internal cores. The encoder
has a maximum of four streams and the decoder has a maximum of
two stream. For more details, see VCU Latency Modes.
|
Split-input mode | split-input | When enabled, the decoder has 1 to 1 mapping for input and output buffers.
When disabled, the decoder copies all the input buffers to internal
circular buffer and processes them. Default: FALSE |
QoS | Qos | Drop late frames based on QOS events. Default: FALSE |