Changes between Version 10 and Version 11 of Encodings/x264
- Timestamp:
- 01/12/14 06:02:52 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Encodings/x264
v10 v11 8 8 Quality/speed and minimum quality/speed can be set via the command line or via the tray menu. 9 9 Note that even when using the x264 encoding, some small screen updates may get sent as png or rgb24 to save time/bandwidth (not encoding a full frame). 10 11 [[BR]] 12 Recent versions of x264 support {{{RGB}}} pixels directly as input, which removes the need for a [/wiki/CSC CSC] step on the server, and the [/wiki/ClientRendering/OpenGL OpenGL rendering] in the client also handles {{{RGB}}} data directly - which allows for an even faster forwarding of pixels to the client's screen. 13 `Note: at lower quality settings, either automatically or manually selected, a [/wiki/CSC CSC] step may be introduced to reduce bandwidth. 10 14 }}} 15 16 17 {{{#!div class="box" 18 == Installation == 19 20 When building xpra from source, {{{x264}}} is included by default. 21 22 For encoding support (server), you only need the {{{x264}}} library and headers installed. 23 24 For decoding support (client), you need the [http://www.ffmpeg.org/ ffmpeg] or [http://libav.org/ libav] library and headers installed. 25 `Please note that the {{{libav}}} fork of ffmpeg requires a number of [/browser/xpra/trunk/src/patches patches] to be applied to the source for compatibility - failure to apply them will result in crashes.` 26 }}} 27 11 28 12 29 {{{#!div class="box"