v0.9.13
Changed
- PGS subtitle OCR samples the track instead of OCR'ing the whole movie. pgsrip OCRs every image, so a full Blu-ray PGS track took 10+ minutes when language detection only needs a few dozen lines. It now OCRs the first 20 minutes (
SHRINKERR_PGS_SAMPLE_SECONDS, 0 to disable) and falls back to the full track only if the sample has no text (sparse/forced subs). Extraction uses ffmpeg'ssupmuxer with an mkvextract fallback.
Docker images
Pinned to this release:
docker pull ghcr.io/i-ial9000/shrinkerr:0.9.13 # portable (amd64 + arm64, CPU)
docker pull ghcr.io/i-ial9000/shrinkerr:0.9.13-nvenc # x86_64 + NVIDIA GPU (NVENC)
docker pull ghcr.io/i-ial9000/shrinkerr:0.9.13-edge # as above but ffmpeg master
docker pull ghcr.io/i-ial9000/shrinkerr:0.9.13-edge-nvencFloating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.