Package Details: davinci-ffmpeg-encoder-plugin 1.2.1-2

Git Clone URL: https://aur.archlinux.org/davinci-ffmpeg-encoder-plugin.git (read-only, click to copy)
Package Base: davinci-ffmpeg-encoder-plugin
Description: FFmpeg Encoder Plugin for DaVinci Resolve Studio
Upstream URL: https://github.com/EdvinNilsson/ffmpeg_encoder_plugin
Keywords: codec davinci encoder ffmpeg plugin resolve vaapi video
Licenses: GPL-3.0-or-later
Submitter: edvin
Maintainer: edvin
Last Packager: edvin
Votes: 5
Popularity: 0.78
First Submitted: 2025-03-20 19:15 (UTC)
Last Updated: 2025-12-03 20:41 (UTC)

Latest Comments

kikibase commented on 2025-12-04 14:01 (UTC)

yeah thanks! @evdin

edvin commented on 2025-12-03 20:43 (UTC)

@kikibase Thank you for your feedback. I have now switched to "cmake --build".

kikibase commented on 2025-12-03 01:51 (UTC) (edited on 2025-12-03 01:55 (UTC) by kikibase)

Hey, can there be a change to the build function please.

build() {
       cd "$srcdir/ffmpeg_encoder_plugin-$pkgver"
       cmake -DCMAKE_BUILD_TYPE=Release .
       cmake --build .
}

using "cmake --build" will allow other build systems to work as some people may have different ones, such as mine that uses Ninja.