Skip to content

v0.9.8

Choose a tag to compare

@github-actions github-actions released this 13 Jul 23:56

Fixed

  • VobSub (DVD, dvd_subtitle) subtitle OCR now actually works. It was routed through pgsrip, which is PGS/Blu-ray-only and rejected VobSub instantly (no OCR ran). VobSub now uses its own pipeline (mkvextract.idx/.subsubtile-ocr/tesseract, Latin-first then CJK/Cyrillic/Arabic), converging on the same detector + confidence gate as PGS. subtile-ocr is bundled in the NVENC images; on the portable/CPU images VobSub falls back to und (fail-open). PGS behavior is unchanged.

Docker images

Pinned to this release:

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

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