VNC-151 Update H264 encoder configurations for improved quality and bitrate handling

This commit is contained in:
El 2026-01-06 01:01:08 +00:00
parent ad883fa560
commit 3b5f9e6ea1
No known key found for this signature in database
GPG key ID: 205388FEB607950A

View file

@ -27,11 +27,11 @@ namespace rfb {
// h264_vaapi
EncoderConfiguration{0, 51, {18, 23, 28, 33, 51}},
// h264_ffmpeg_vaapi
EncoderConfiguration{0, 51, {18, 23, 28, 39, 51}},
EncoderConfiguration{0, 51, {12, 16, 25, 39, 51}},
// h264_nvenc
EncoderConfiguration{0, 51, {18, 23, 28, 39, 51}},
// h264_software
EncoderConfiguration{0, 51, {18, 23, 28, 39, 51}},
EncoderConfiguration{0, 51, {9, 18, 25, 39, 51}},
EncoderConfiguration{}
};