Changes between Version 44 and Version 45 of Encodings
- Timestamp:
- 05/17/14 06:02:28 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Encodings
v44 v45 62 62 63 63 64 === Notes === 65 When comparing performance, make sure that you use the right metrics... The number of updates per second is not always a good one (if there are more small regions, this can be a good or a bad thing), more examples here: [/wiki/Testing#MisleadingStatistics Misleading Statistics] 66 }}} 67 64 68 65 69 {{{#!div class="box" 66 70 == Statistics == 67 71 68 As part of encoding improvements (mostly in #419), we have collected encoding performance statistics for 4 still test pictures using the current crop of codec code (pre-release version 0.13): 72 As part of encoding improvements (mostly in #419), we have collected encoding performance statistics for 4 still test pictures using the current crop of codec code (pre-release version 0.13). 73 These encodings are also used when a video encoding is selected as primary encoding, this is done to optimize bandwidth and CPU usage: video encodings require a full frame everytime, so we use still picture encodings for smaller regions and for automatic lossless refresh. 74 69 75 |||||||||| Mode ||||=Desktop 2560x1600=||||=Browser 1920x1080=||||=Diagram 640x800||||=Small Alpha 64x48|| 70 76 ||Encoding||Compressor||Preset||Quality||Speed||MPixels/s||comp||MPixels/s||comp||MPixels/s||comp||MPixels/s||comp|| … … 94 100 Notes: 95 101 * all tests were performed on an AMD FX-8150 (octa-core 3GHz AMD CPU) 102 * video encodings are not included, and should generally be preferred to the single picture encodings shown here 96 103 * this shows both speed in mega pixels per second (higher is better), and compression ratio (lower is better) 97 104 * Low quality at low speed doesn't really make much sense, so some values have been omitted … … 103 110 104 111 105 106 === Notes ===107 When comparing performance, make sure that you use the right metrics... The number of updates per second is not always a good one (if there are more small regions, this can be a good or a bad thing), more examples here: [/wiki/Testing#MisleadingStatistics Misleading Statistics]108 }}}109 110 112 {{{#!div class="box" 111 113 == Future Encoding Support ==