Bmf S01 Libvpx Here

| BMF Parameter | libvpx Control | Description | |---------------|----------------|-------------| | bitrate | VP8E_SET_BITRATE | Target bitrate (bps) | | speed | VP8E_SET_CPUUSED | Speed/quality trade-off (-16..16) | | deadline | vpx_codec_encode() deadline arg | REALTIME , GOOD_QUALITY , BEST_QUALITY | | min_qp , max_qp | VP8E_SET_* | Quantizer limits | | auto_alt_ref | VP8E_SET_ENABLE_AUTO_ALT_REF | VP9 only |

Example BMF encoder configuration:

"name": "libvpx_encoder", "params": "codec": "vp9", "bitrate": 2000000, "speed": 2, "deadline": "good_quality", "width": 1920, "height": 1080, "framerate": 30 bmf s01 libvpx

"name": "libvpx_decoder", "params": "codec": "vp9", "threads": 4, "error_concealment": true | BMF Parameter | libvpx Control | Description

XXXX