v0.9.7
Added
- Language detection for external (sidecar) subtitles.
undexternal.srt/.assfiles 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.srt→Movie.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-nvencFloating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.