Changes between Version 9 and Version 10 of Encodings/x264
- Timestamp:
- 01/12/14 05:52:37 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Encodings/x264
v9 v10 1 1 {{{#!div class="box" 2 2 = x264 Encoder = 3 The [http://www.videolan.org/developers/x264.html x264]encoding supports many options and tunings. It is the default encoding used when it is available because it offers the best performance and compression out of the box, unless you have [/wiki/Encodings/nvenc NVENC].3 The x264 encoding supports many options and tunings. It is the default encoding used when it is available because it offers the best performance and compression out of the box, unless you have [/wiki/Encodings/nvenc NVENC]. 4 4 Hopefully, this will one day be superseded by x265 support (#445), vp9 (#464) or daala (#454). Until then, it is the best encoding you can use with xpra. 5 5 … … 12 12 {{{#!div class="box" 13 13 == Links == 14 * [http://www.videolan.org/developers/x264.html x264 homepage] 14 15 * [http://www.avidemux.org/admWiki/doku.php?id=tutorial:h.264 H.264 encoding guide] for more information on x264 options 15 16 * [http://en.wikipedia.org/wiki/H.264 wikipedia H.264] 17 16 18 The following wiki pages are also relevant: 17 19 * [/wiki/WindowRefresh] - when and how the screen updates are processed