Fixed
- VobSub (DVD,
dvd_subtitle) subtitle OCR now actually works. It was routed throughpgsrip, which is PGS/Blu-ray-only and rejected VobSub instantly (no OCR ran). VobSub now uses its own pipeline (mkvextract→.idx/.sub→subtile-ocr/tesseract, Latin-first then CJK/Cyrillic/Arabic), converging on the same detector + confidence gate as PGS.subtile-ocris bundled in the NVENC images; on the portable/CPU images VobSub falls back tound(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-nvencFloating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.