| 61 | == Colourspace conversion step == |
| 62 | |
| 63 | Before passing the pixels to the encoder, we may or may not include a colourspace conversion step. (some newer versions of x264 support {{{BGRA}}} pixels as input directly) |
| 64 | |
| 65 | The pixel format used as input as well as the csc module chosen to do this conversion work can be found via "xpra info". These should be chosen automatically based on the desired speed/quality settings. |
| 66 | Note that the csc step may degrade the quality of the picture ({{{YUV444P}}} mode does not, but {{{YUV422P}}} and {{{YUV420P}}} do). |
| 67 | |
| 68 | |
| 69 | |
| 70 | |