Fixed
- Monitor page contradicted itself when NVENC was detected via test-encode but
nvidia-smiwas unavailable (e.g., NVIDIA Container Toolkit running without theutilitycapability): the prose said "No NVIDIA GPU detected on this host — Shrinkerr will use CPU encoding (libx265)" while the chip below showed ✓ NVENC. The Encoding Capability card now branches on the local node's capabilities and explains the asymmetric state — NVENC available, GPU stats unavailable, with the toolkit-capability fix as the likely cause.
Docker images
Pinned to this release:
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.118 # portable (amd64 + arm64, CPU)
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.118-nvenc # x86_64 + NVIDIA GPU (NVENC)
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.118-edge # as above but ffmpeg master
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.118-edge-nvencFloating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.