github I-IAL9000/shrinkerr v0.3.42

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

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.

Don't miss a new shrinkerr release

NewReleases is sending notifications on new releases.