Skip to content

v0.9.48

Choose a tag to compare

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

Fixed

  • Setting a language on some mkv files silently didn't stick. mkvpropedit set the legacy language element, but those files carry a language-ietf (BCP-47) element that overrides it, so ffprobe/players still read und (mkvpropedit reported success; the tag verify caught it). The write now also deletes language-ietf, making the language authoritative — fixes both manual override and auto-detection on affected files.

Docker images

Pinned to this release:

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

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