shaka-project / static-ffmpeg-binaries

Static binaries of FFmpeg, for multiple OS & CPU combinations, built from source in a GitHub Actions workflow.
https://github.com/joeyparrish/static-ffmpeg-binaries/releases
Apache License 2.0
11 stars 9 forks source link

feat: Disable nvenc on Linux #26

Closed joeyparrish closed 11 months ago

joeyparrish commented 11 months ago

This seems to require dynamic libraries, and the static build with nvenc does not seem to be portable. Linux users who want hardware acceleration with nvenc may have to use another FFmpeg binary, such as one built from source or the one provided by their Linux distro. With the addition of SVT-AV1 for fast software encoding, this should not be a huge deal.