Changes between Version 54 and Version 55 of CSC
- Timestamp:
- 11/26/17 10:24:10 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CSC
v54 v55 23 23 * [/browser/xpra/trunk/src/xpra/codecs/csc_cython/colorspace_converter.pyx csc_cython]: a much slower fallback module written in Cython (deprecated) 24 24 25 Note: some of those modules may require you to add some libraries to your library path (ie: {{{OpenCL}}})26 25 [[BR]] 27 26 … … 38 37 * if you can use [/wiki/Encodings/nvenc NVENC], then do so: the CSC step is built-in and will use the GPU hardware 39 38 * otherwise, use {{{libyuv}}} or {{{swscale}}} 40 * if you are CPU starved and have GPU cycles to spare, then you may want to try {{{opencl}}}.41 39 }}} 42 40 … … 56 54 }}} 57 55 Where `cscmode` is one of: {{{YUV420P}}}, {{{YUV422P}}}, {{{YUV444P}}}. 58 59 Some modules can be configured further, ie: see [/wiki/CSC/OpenCL].60 56 }}} 61 57