Fixed
- VobSub OCR-yield logging now actually covers VobSub, and PGS OCR is no longer broken. v0.9.77 added the "srt written but nothing recognised" diagnostic to the wrong helper — it landed in the PGS path (with a
tess_lang/tess_langsname mismatch that raised on every successful PGS OCR) while the VobSub path stayed silent. The diagnostic is now in the VobSub helper, and PGS OCR works again; both paths log their OCR yield.
Docker images
Pinned to this release:
docker pull ghcr.io/i-ial9000/shrinkerr:v0.9.79 # portable (amd64 + arm64, CPU)
docker pull ghcr.io/i-ial9000/shrinkerr:v0.9.79-nvenc # x86_64 + NVIDIA GPU (NVENC)
docker pull ghcr.io/i-ial9000/shrinkerr:v0.9.79-edge # as above but ffmpeg master
docker pull ghcr.io/i-ial9000/shrinkerr:v0.9.79-edge-nvencFloating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.