Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mp3guy/nvenc

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

Last synced: 17 days 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
```