Skip to content

v0.9.76

Choose a tag to compare

@github-actions github-actions released this 21 Jul 17:44

Fixed

  • More .ass subtitles now detect correctly (e.g. Tagalog). ffmpeg's ass→srt fallback wraps each line in <font size="…" color="…"> tags (from the ASS style) and leaves {\an…} overrides; over a full episode the repeated "font size color" tokens skewed langdetect to English (en@0.57) so the track stayed und. Subtitle cleaning now strips HTML-like tags and residual override tags before detection.

Docker images

Pinned to this release:

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

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