Changes between Version 10 and Version 11 of Encodings/nvenc
- Timestamp:
- 12/11/13 04:34:46 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Encodings/nvenc
v10 v11 1 {{{#!div class="box" 1 2 = NVENC Encoder = 2 3 … … 4 5 5 6 This encoder offers the best latency, which is most noticeable at higher resolutions (1080p and up). 7 }}} 6 8 9 {{{#!div class="box" 7 10 == Building == 8 11 * Download the [https://developer.nvidia.com/cuda-downloads CUDA SDK] and install it (and if present, you should remove any previously installed nvidia drivers: both "nouveau" and nvidia's proprietary drivers) … … 16 19 }}} 17 20 18 19 21 Notes: 20 22 * the files given here are for the current versions of the {{{SDK}}}s and for 64 bit systems only, adjust the files and locations accordingly … … 26 28 * there are undocumented incompatibilities between kernel versions, nvidia driver versions and nvenc SDK versions. If possible, install the driver version bundled with the nvenc SDK. For more details see [/ticket/370#comment:14 here] 27 29 If you ignore this warning, you may get undecipherable errors at runtime (incompatible structure version errors, etc) 30 }}} 28 31 29 32 33 {{{#!div class="box" 30 34 == Using NVENC == 31 35 … … 62 66 63 67 Scaling: nvenc supports scaling natively, see [/wiki/CSC#Scaling CSC/Scaling] for details on how to configure scaling. 68 }}} 64 69 70 {{{#!div class="box" 65 71 == License Key == 66 72 If you have access to a license key, you can specify it like so: … … 68 74 XPRA_NVENC_CLIENT_KEY="0A1B2C3D-4E5F-6071-8293-A4B5C6D7E8F9" xpra ... 69 75 }}} 76 }}}