= We have moved = This wiki has been moved to [https://github.com/Xpra-org/xpra/blob/master/docs/README.md] and [https://github.com/Xpra-org/xpra/wiki] [[BR]] [[BR]] [[BR]] [[BR]] [[BR]] [[BR]] [[BR]] [[BR]] [[BR]] [[BR]] [[BR]] [[BR]] [[BR]] [[BR]] [[BR]] [[BR]] [[BR]] [[BR]] [[BR]] [[BR]] [[BR]] [[BR]] [[BR]] [[BR]] [[BR]] ''Archived copy:'' {{{#!div class="box" = vpx: VP8 and VP9 Encoder = The vpx codec supports both VP8 and VP9 formats. [[BR]] Please also note that VP8 currently only supports {{{YUV420P}}} colour subsampled data, which leads to some visual degradation, especially with text. }}} {{{#!div class="box" == Build and installation == When building xpra from source, {{{vpx}}} support is included by default. For encoding and decoding support, you should install {{{libvpx}}}. You will need libvpx 1.4 for full VP9 support. For decoding support only (client) it is possible to use the {{{dec_avcodec}}} or {{{dec_avcodec2}}} modules if [http://www.ffmpeg.org/ ffmpeg] (or [http://libav.org/ libav] if you use this fork) were built with vpx support. }}} {{{#!div class="box" == Links == * [http://www.webmproject.org/code/ libvpx - The WebM Project] * [http://en.wikipedia.org/wiki/VP8 wikipedia VP8] The following wiki pages are also relevant: * [/wiki/WindowRefresh] - when and how the screen updates are processed * [/wiki/Encodings] - all the picture encodings available * [/wiki/CSC] - the Colourspace conversion step Tickets: * #455 vpx improvements: vp9 support, zero copy, VBR, speed and quality * #464 libvpx 1.3: vp9, scaling, lossless modes.. }}}