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

FFmpeg missing vaapi support on Linux #10

Open joeyparrish opened 2 years ago

joeyparrish commented 2 years ago

The FFmpeg build for Linux is missing vaapi support, which is used by Shaka Streamer by default for hardware encoding on Linux.

joeyparrish commented 2 years ago

There doesn't seem to be a way to build VAAPI statically, at least not without hacking up the source.

Brainiarc7 commented 1 year ago

There doesn't seem to be a way to build VAAPI statically, at least not without hacking up the source.

It's possible. See this.