mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2026-07-25 08:54:02 +00:00
VNC-151 Extend CRF/CPQ value range to 0-63 in video encoding parameter
This commit is contained in:
parent
f96ac2d474
commit
fd5e1d6463
1 changed files with 1 additions and 1 deletions
|
|
@ -265,7 +265,7 @@ rfb::BoolParameter rfb::Server::printVideoArea
|
|||
rfb::IntParameter rfb::Server::videoQualityCRFCQP
|
||||
("VideoQualityCRFCPQ",
|
||||
"The CRF/CPQ value to use when encoding video",
|
||||
17, 0, 51);
|
||||
17, 0, 63);
|
||||
rfb::IntParameter rfb::Server::groupOfPicture
|
||||
("GroupOfPicture",
|
||||
"The number of frames to group together for encoding",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue