mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2026-07-17 16:36:49 +00:00
VNC-151 Update H264 encoder configurations for improved quality and bitrate handling
This commit is contained in:
parent
ad883fa560
commit
3b5f9e6ea1
1 changed files with 2 additions and 2 deletions
|
|
@ -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{}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue