Skip to content

v0.9.41

Choose a tag to compare

@github-actions github-actions released this 17 Jul 22:58

Fixed

  • Retrying a failed "apply language" remux no longer turns into a re-encode. A failed audio job was escalated to a full convert on retry (right for a cleanup follow-up on a source that needs conversion, wrong for a pure remux). Escalation now only applies when the job actually removes tracks; a pure remux retries as a remux.

Docker images

Pinned to this release:

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

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