Skip to content

v0.9.104

Choose a tag to compare

@github-actions github-actions released this 19 Aug 15:25
· 1 commit to main since this release

Fixed

  • NVENC image builds again. BtbN pruned the n7.1 ffmpeg build from its rolling latest release (the pinned download 404'd, failing the tagged nvenc image). Bumped the pinned ffmpeg to n8.1. The nvenc image now requires NVIDIA driver 570+ (n8.1's NVENC SDK); driver 525-era users should stay on an older nvenc tag or update. Carries the v0.9.103 fix.

Docker images

Pinned to this release:

docker pull ghcr.io/i-ial9000/shrinkerr:v0.9.104         # portable (amd64 + arm64, CPU)
docker pull ghcr.io/i-ial9000/shrinkerr:v0.9.104-nvenc   # x86_64 + NVIDIA GPU (NVENC)
docker pull ghcr.io/i-ial9000/shrinkerr:v0.9.104-edge    # as above but ffmpeg master
docker pull ghcr.io/i-ial9000/shrinkerr:v0.9.104-edge-nvenc

Floating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.