Skip to content

8.0.1.2

Choose a tag to compare

@github-actions github-actions released this 01 Dec 00:18
· 178 commits to main since this release
ae3755b

What's Changed

  • build(hwaccel): add libva 2.22.0 for VA-API backend (ae3755b)
  • build(hwaccel): add libdrm 2.4.129 (b3cb224)
  • feat(flake): add hardware acceleration support for Linux in dev shell (1ea11fd)

Installation

Static libraries (~100MB) are too large for go get; install via submodule + replace directive:

git submodule add https://github.com/linuxmatters/ffmpeg-statigo third_party/ffmpeg-statigo
(cd third_party/ffmpeg-statigo && git checkout v8.0.1.2)
go mod edit -replace github.com/linuxmatters/ffmpeg-statigo=./third_party/ffmpeg-statigo
(cd third_party/ffmpeg-statigo && go run ./cmd/download-lib)

See the Installation guide for the full setup.

Full Changelog: v8.0.1.1...v8.0.1.2