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
- Host: GitHub
- URL: https://github.com/mp3guy/nvenc
- Owner: mp3guy
- Created: 2016-12-08T21:50:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-09T18:20:51.000Z (over 9 years ago)
- Last Synced: 2025-02-09T22:30:56.355Z (over 1 year 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
```