Changes between Version 3 and Version 4 of Encodings
- Timestamp:
- 03/15/13 06:38:38 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Encodings
v3 v4 45 45 see [/browser/xpra/trunk/src/patches/x264-limited-csc.patch x264-limited-csc.patch] 46 46 47 47 48 === Speed Option === 48 49 This option, shown as "latency" via the tray menu, controls how hard the encoder is going to work at compressing the picture. Working harder means lower bandwidth, but also higher latency. … … 51 52 {{{veryslow}}} and {{{placebo}}} are not particularly useful (diminishing returns: much much slower and without sufficient savings for real-time use). 52 53 {{{ultrafast}}} is not available because setting the encoder to this setting has side-effects which prevents other settings from behaving as they should if the option is later changed. And in theory, {{{superfast}}} is almost as good. 54 To test {{{ultrafast}}}, try [/attachment/wiki/Encodings/x264-allow-ultrafast.patch x264-allow-ultrafast.patch]