Changes between Version 6 and Version 7 of Encodings/nvenc
- Timestamp:
- 11/06/13 02:29:27 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Encodings/nvenc
v6 v7 43 43 44 44 45 If the nvenc codec loads, it should get used ahead of x264 , you can verify the encoder in use with:45 If the nvenc codec loads, it should get used ahead of x264 when you specify the `h264` encoding, you can verify the encoder in use with: 46 46 {{{ 47 47 xpra info | grep "encoder=" 48 48 }}} 49 50 Note: your client must be either 0.10.9 / 0.11.0-r4661 or newer. 51 With older clients (0.10.x), you must specify "{{{--encoding=x264}}}" to get `h264`... 49 52 50 53 To force xpra to use nvenc as video encoder and no other, you can also specify: