Fixed
- Language detection on
.asssubtitles no longer mis-reads them as English. The extractor returned the raw ASS script (the English[Script Info]/Style:/Dialogue:structure), so langdetect saw mostly English and left the track und; it now strips ASS structure to dialogue-only text. - Malay subtitles are now detected as Malay (
may). langdetect has no Malay model and read Malay as Indonesian or und; a Malay-vs-Indonesian discriminator now tags clear Malay, without mis-tagging genuine Indonesian.
Docker images
Pinned to this release:
docker pull ghcr.io/i-ial9000/shrinkerr:v0.9.71 # portable (amd64 + arm64, CPU)
docker pull ghcr.io/i-ial9000/shrinkerr:v0.9.71-nvenc # x86_64 + NVIDIA GPU (NVENC)
docker pull ghcr.io/i-ial9000/shrinkerr:v0.9.71-edge # as above but ffmpeg master
docker pull ghcr.io/i-ial9000/shrinkerr:v0.9.71-edge-nvencFloating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.