Ecosyste.ms: Awesome
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: 17 days ago
JSON representation
CMake-able static library build of nVidia's hardware encoding API
- Host: GitHub
- URL: https://github.com/mp3guy/nvenc
- Owner: mp3guy
- Created: 2016-12-08T21:50:02.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-09T18:20:51.000Z (about 8 years ago)
- Last Synced: 2024-10-30T03:44:36.193Z (2 months ago)
- Language: C
- Size: 392 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```