Changes between Version 13 and Version 14 of Encodings/nvenc
- Timestamp:
- 02/06/14 15:10:54 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Encodings/nvenc
v13 v14 56 56 57 57 To force xpra to use nvenc as video encoder and no other, you can also specify: 58 * with version 0.12 (r5376 onwards) using the {{{--video-encoders=}}} command line option: 59 {{{ 60 xpra start :10 --video-encoders=nvenc 61 }}} 62 * with version 0.11: 58 63 {{{ 59 64 XPRA_ENCODER_TYPE=nvenc xpra ...