Skip to content

v0.3.42

Choose a tag to compare

@github-actions github-actions released this 25 Apr 15:29

Fixed

  • Reverted -max_muxing_queue_size 9999 that was added in v0.3.37 (and kept when v0.3.38 reverted only the +flush_packets half). The bumped queue, like v0.3.40's fire-and-forget DB writes, weakened ffmpeg's natural back-pressure between encoder and muxer — encoder kept producing flat-out into the bigger queue, and concurrent NVENC sessions then ran without any rhythm-mediating pauses. Combined with v0.3.41's revert of fire-and-forget, this restores both back-pressure paths to ffmpeg's defaults. The Breathless-style "many subtitle streams" case the queue bump was originally meant to address is already covered by the v0.3.39 pre-strip pass.

Docker images

Pinned to this release:

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

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