https://github.com/nowrep/dvcp-vaapi
DaVinci Resolve VAAPI encoder plugin
https://github.com/nowrep/dvcp-vaapi
davinci-plugin vaapi
Last synced: 11 months ago
JSON representation
DaVinci Resolve VAAPI encoder plugin
- Host: GitHub
- URL: https://github.com/nowrep/dvcp-vaapi
- Owner: nowrep
- Created: 2025-03-22T14:25:06.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2025-04-13T13:15:21.000Z (11 months ago)
- Last Synced: 2025-04-24T01:49:12.490Z (11 months ago)
- Topics: davinci-plugin, vaapi
- Language: C++
- Homepage:
- Size: 39.1 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dvcp-vaapi
DaVinci Resolve VAAPI encoder plugin. Studio is required, free version doesn't support plugins.
## Install
Extract the release into directory *IOPlugins* in the Resolve install directory (default `/opt/resolve/IOPlugins`).
## Build
```sh
meson setup build
meson compile -C build
```