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:
Romain Vimont 2018-03-01 18:52:43 +01:00
commit e3f5d3b49b
3 changed files with 3 additions and 8 deletions

View file

@ -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