github I-IAL9000/shrinkerr v0.9.71

latest releases: v0.9.78, v0.9.77, v0.9.76...
4 hours ago

Fixed

  • Language detection on .ass subtitles 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-nvenc

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

Don't miss a new shrinkerr release

NewReleases is sending notifications on new releases.