Skip to content

v0.9.7

Choose a tag to compare

@github-actions github-actions released this 13 Jul 23:27
· 120 commits to main since this release

Added

  • Language detection for external (sidecar) subtitles. und external .srt/.ass files are now detected too (they live next to the video, not in the container, so detection never touched them before). The sidecar is renamed to embed the ISO-639-2 code (Movie.srtMovie.eng.srt), which is how media servers read the language. Also fixes a latent bug where re-persisting detection results could drop external subs from a file's track list.

Docker images

Pinned to this release:

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

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