Changes between Version 38 and Version 39 of Encodings
- Timestamp:
- 04/02/14 08:01:55 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Encodings
v38 v39 18 18 * lossy encodings: 19 19 * jpeg 20 * webp(lossy mode)20 * [/wiki/Encodings/webp webp] (lossy mode) 21 21 * [/wiki/Encodings/vpx vpx] (VP8 and VP9) 22 22 * h264: either using [/wiki/Encodings/x264 x264] or [/wiki/Encodings/nvenc nvenc] … … 35 35 * [/wiki/Encodings/vpx vpx] is similar to h264 but it does not support speed and quality tuning 36 36 * jpeg gives lower size/quality than other lossy encodings, use this if the video encodings are not available and you need better compression than png can give you 37 * webp(lossy mode) is a single image subset of vpx, and therefore lacks [http://en.wikipedia.org/wiki/Intra-frame intra-frame] compression - but latency is decent, though it is leaking memory at present and should therefore be avoided37 * [/wiki/Encodings/webp webp] (lossy mode) is a single image subset of vpx, and therefore lacks [http://en.wikipedia.org/wiki/Intra-frame intra-frame] compression - but latency is decent, though it is leaking memory at present and should therefore be avoided 38 38 }}} 39 39