github I-IAL9000/shrinkerr v0.3.115

latest releases: v0.9.98, v0.9.97, v0.9.96...
3 months ago

Fixed

  • Combined jobs (video + audio/sub cleanup) discarded for negative savings were losing their cleanup work entirely. v0.3.69 added an audio-only follow-up enqueue for this case, but add_job's de-dup guard sees the still-running original job for the same file_path and silently returns its id — no new row gets inserted. Fix: add_job now accepts an exclude_job_id so the follow-up enqueue can ignore the in-flight job it's spawned from.

Docker images

Pinned to this release:

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