Skip to content

v0.9.49

Choose a tag to compare

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

Fixed

  • Setting/detecting a language on mkvs with a LANGUAGE SimpleTag now sticks. mkvpropedit edits the track-header language, but some files carry a track LANGUAGE SimpleTag that overrides it for ffmpeg/Plex — so the change didn't show (and detection reverted to und with no reason). When the in-place edit doesn't verify, it now falls back to an ffmpeg -c copy remux whose -metadata rewrites the effective language. Re-run detection to fix affected files.

Docker images

Pinned to this release:

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

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