Changes between Initial Version and Version 1 of Ticket #1135, comment 1
- Timestamp:
- 09/06/16 15:59:13 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1135, comment 1
initial v1 10 10 xpra info | grep "encoding.quality" 11 11 }}} 12 The "backlog_factor" is new and takes the form: {{{backlog_factor=( AVERAGE, RECENT, DELTA)}}}. When the recent compression ratio is better than average, the delta should increase the target quality. (and conversely, it should show a negative delta value to lower the quality when the recent is worse than average)12 The "backlog_factor" is new and takes the form: {{{backlog_factor=(PACKETS, PIXELS, TARGET_QUALITY)}}}. When the recent compression ratio is better than average, the delta should increase the target quality. (and conversely, it should show a negative delta value to lower the quality when the recent is worse than average) 13 13 14 14 There are some new environment variables which can be used to tune the video region detection code (maybe this can be tuned better so as to exclude problematic cases like #967):