Changes between Version 60 and Version 61 of Encodings
- Timestamp:
- 01/12/17 11:55:45 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Encodings
v60 v61 81 81 On other platforms, run the {{{xpra/codecs/loader.py}}} script, and for debugging video the {{{xpra/codecs/video_helper.py}}} script. (both support a {{{--verbose}}} option). 82 82 83 When using non-video encodings, the encoding used for sending the pixels to the client will be the one which has been selected. The only exception to this rule is when the number of pixels is so small that trying to compress them would be pointless, and they are then usually sent as plain {{ rgb}}} or {{{png}}} / {{{webp}}}.83 When using non-video encodings, the encoding used for sending the pixels to the client will be the one which has been selected. The only exception to this rule is when the number of pixels is so small that trying to compress them would be pointless, and they are then usually sent as plain {{{rgb}}} or {{{png}}} / {{{webp}}}. 84 84 85 85 With video encodings, things are more complicated: if there is a video region, the non video areas will use other encodings. Even the video region (which may be the whole window) will get automatically refreshed with a lossless encoding when it stops refreshing rapidly.