github I-IAL9000/shrinkerr v0.9.9

latest releases: v0.9.98, v0.9.97, v0.9.96...
23 days ago

Fixed

  • VobSub OCR tool (subtile-ocr) now actually builds into the NVENC image. v0.9.8 built it with Ubuntu 24.04's apt cargo (1.75), but the crate's deps need Rust edition 2024 (Cargo ≥ 1.85), so it silently failed the guarded build and VobSub stayed unavailable. Now built via a rustup stable toolchain, installed and purged within the same layer so the image stays lean.

Docker images

Pinned to this release:

docker pull ghcr.io/i-ial9000/shrinkerr:0.9.9         # portable (amd64 + arm64, CPU)
docker pull ghcr.io/i-ial9000/shrinkerr:0.9.9-nvenc   # x86_64 + NVIDIA GPU (NVENC)
docker pull ghcr.io/i-ial9000/shrinkerr:0.9.9-edge    # as above but ffmpeg master
docker pull ghcr.io/i-ial9000/shrinkerr:0.9.9-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.