github I-IAL9000/shrinkerr v0.9.120

2 hours ago

Fixed

  • Disc images (ISO/VIDEO_TS/BDMV) now always need conversion instead of offering only audio cleanup. needs_conversion was codec-only, and the codec probed through the bluray:/dvdvideo demuxer is often blank/unmatched, so a raw 56 GB Blu-ray was flagged cleanup-only and required ticking force-encode. Discs are forced to convert at scan time and in the bulk recompute.
  • An audio-only cleanup job on a disc now fails with a clear message instead of ffmpeg exit 183 — a disc can't be stream-copy remuxed, so it says to queue a conversion.

Docker images

Pinned to this release:

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