Skip to content

v0.9.60

Choose a tag to compare

@github-actions github-actions released this 19 Jul 14:10

Fixed

  • Language detection no longer records a language the file doesn't actually carry. When the post-write verify probe failed (e.g. ffprobe stalling on busy storage), the write was assumed successful and the track left the Unknown-language filter while staying und on disk. The verify now retries and only commits the detected language when the tag is confirmed present; otherwise the track stays und/pending and gets retried.

Docker images

Pinned to this release:

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

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