An open API service indexing awesome lists of open source software.

https://github.com/mp3guy/nvenc

CMake-able static library build of nVidia's hardware encoding API
https://github.com/mp3guy/nvenc

Last synced: about 1 year ago
JSON representation

CMake-able static library build of nVidia's hardware encoding API

Awesome Lists containing this project

README

          

# NvEnc
CMake-able static library build of nVidia's hardware encoding API (linux only files)

```bash
mkdir build
cd build
cmake ..
make -j
```