mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-09-04 00:25:49 +00:00
Double the default bitrate
Set the default video bitrate to 8Mbps. This greatly increase quality on fast motion, without negative side effects.
This commit is contained in:
parent
a7979e4e74
commit
e3f5d3b49b
3 changed files with 3 additions and 8 deletions
|
@ -73,7 +73,7 @@ conf.set('DEFAULT_MAX_SIZE', '0') # 0: unlimited
|
|||
|
||||
# the default video bitrate, in bits/second
|
||||
# overridden by option --bit-rate
|
||||
conf.set('DEFAULT_BIT_RATE', '4000000') # 4Mbps
|
||||
conf.set('DEFAULT_BIT_RATE', '8000000') # 8Mbps
|
||||
|
||||
# whether the app should always display the most recent available frame, even
|
||||
# if the previous one has not been displayed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue