Fixed
- Worker Nodes capability pills used a binary
cap === "nvenc"check, so a host with libx265 + QSV + VAAPI + NVENC showed four pills with three identical "CPU (x265)" labels. Now each encoder gets its own pill:libx265 (CPU),QSV (Intel),VAAPI (GPU),NVENC (GPU).
Docker images
Pinned to this release:
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.119 # portable (amd64 + arm64, CPU)
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.119-nvenc # x86_64 + NVIDIA GPU (NVENC)
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.119-edge # as above but ffmpeg master
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.119-edge-nvencFloating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.