Skip to content

v0.7.17

Choose a tag to compare

@github-actions github-actions released this 28 May 17:08

Changed

  • Reworded the corrupt-source-detected message from "Output file suspiciously small (… bytes vs … bytes) — likely corrupt" to lead with the actual diagnosis: "Original file likely corrupt — conversion produced an unusably-small output (N MB from N.NN GB source). ffmpeg hit data corruption ffprobe doesn't catch upfront. Source row marked corrupt; original preserved." The OUTPUT is the symptom; the ORIGINAL is what's corrupt. Same trigger (v0.7.11's <5%-of-original safety check), same DB side-effects (health_status / probe_status set on the source row).

Docker images

Pinned to this release:

docker pull ghcr.io/i-ial9000/shrinkerr:0.7.17         # portable (amd64 + arm64, CPU)
docker pull ghcr.io/i-ial9000/shrinkerr:0.7.17-nvenc   # x86_64 + NVIDIA GPU (NVENC)
docker pull ghcr.io/i-ial9000/shrinkerr:0.7.17-edge    # as above but ffmpeg master
docker pull ghcr.io/i-ial9000/shrinkerr:0.7.17-edge-nvenc

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