Skip to content

v0.9.46

Choose a tag to compare

@github-actions github-actions released this 18 Jul 18:17

Fixed

  • Every track detection can't resolve now gets a reason. The audio path left the note empty when detection errored (vs. low-confidence), so those tracks showed a bare und; errors are now captured ("audio detection error: …") and both audio/subtitle paths fall back to a generic reason. Re-run detection to populate it.

Docker images

Pinned to this release:

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

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