github I-IAL9000/shrinkerr v0.9.13

latest releases: v0.9.112, v0.9.111, v0.9.110...
one month ago

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's sup muxer 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-nvenc

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

Don't miss a new shrinkerr release

NewReleases is sending notifications on new releases.