Changes between Version 89 and Version 90 of HWAccelIntro


Ignore:
Timestamp:
Jan 18, 2024, 4:28:27 AM (3 years ago)
Author:
Roger Pack
Comment:

mention the mysterious nvidia encoders

Legend:

Unmodified
Added
Removed
Modified
  • HWAccelIntro

    v89 v90  
    249249}}}
    250250
     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
     258Both 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).
    251259
    252260= libmfx (Intel Media SDK) =