Skip to content

v0.3.120

Choose a tag to compare

@github-actions github-actions released this 05 May 13:56

Fixed

  • Worker-capability detection (Nodes page pills, job routing) was advertising QSV and VAAPI on NVIDIA-only hosts because it just checked for any /dev/dri/renderD* entry — NVIDIA's renderD128 exists but Intel/AMD encoders can't use it. Settings' encoder-caps endpoint already vendor-matched render nodes via sysfs (v0.3.90+), so the two paths disagreed. Worker detection now reuses the same _intel_render_node() / _vaapi_render_node() helpers from encoder_caps.py.

Docker images

Pinned to this release:

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

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