Changes between Version 89 and Version 90 of HWAccelIntro
- Timestamp:
- Jan 18, 2024, 4:28:27 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HWAccelIntro
v89 v90 249 249 }}} 250 250 251 == cuda-nvcc and libnpp == 252 253 ``` 254 --enable-libnpp enable Nvidia Performance Primitives-based code [no] 255 --enable-cuda-nvcc enable Nvidia CUDA compiler [no] 256 ``` 257 258 Both of these are basically "older" versions that require the nvidia SDK to be present when compiled and run. libnpp provides scale_npp (and a few other filters) whereas ffnvcodec provides scale_cuda ("GPU accelerated video resizer"), and a few other filters. They might have different options. Might be similar performance. These have funky licensing (nonfree). 251 259 252 260 = libmfx (Intel Media SDK) =
