github I-IAL9000/shrinkerr v0.9.115

3 hours ago

Fixed

  • A silent NVDEC green-screen decode failure no longer produces a kept-but-garbage output. NVDEC can choke on certain x264 Blu-ray streams and emit green/blank frames with no ffmpeg error (exit 0), which NVENC compressed to a near-empty video track that the full-length duration guard then rescued. The encode now detects an implausibly-tiny video stream (<50 kbps over a feature-length runtime) and retries once with software decode; genuinely static sources stay tiny on CPU decode too and are still kept.

Docker images

Pinned to this release:

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