Fixed
- VobSub OCR tool (
subtile-ocr) now actually builds into the NVENC image. v0.9.8 built it with Ubuntu 24.04's aptcargo(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-nvencFloating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.