Skip to content

v0.9.36

Choose a tag to compare

@github-actions github-actions released this 17 Jul 21:12

Added

  • Remux to MKV now stamps the detected language. A stream-copy remux (no re-encode) applies a language detected for an untaggable source (AVI etc.) onto the mkv output — the size-safe way to fix these, since re-encoding old SD files often produced a larger file that got discarded. (Backend; the per-title remux action + post-detect dialog follow.)

Docker images

Pinned to this release:

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

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