Skip to content

v0.9.17

Choose a tag to compare

@github-actions github-actions released this 14 Jul 17:57

Fixed

  • On-demand detect no longer skips subtitles it can actually detect. probe_file detects und text subs inline and fills in the language; detect_languages then only acted on tracks still und in that result, so any sub probe_file resolved was silently skipped — never saved to the DB or written to the file, with no log. Detect now probes with inline detection off (detect_und_subs=False) so it detects, persists, and writes the tag itself.

Docker images

Pinned to this release:

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

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