github I-IAL9000/shrinkerr v0.5.14

latest releases: v0.9.108, v0.9.107, v0.9.106...
3 months ago

Fixed

  • NVENC + NVDEC jobs failing with CUDA_ERROR_INVALID_VALUE on x264 sources with many reference frames. NVDEC's 32-surface hardware limit was exceeded because the H.264 decoder's thread count (defaulting to nproc) drove surface allocation past 32. Pin decoder threads to 1 whenever NVDEC is on — encoder threads still respect the FFmpeg Threads Per Job setting.

Docker images

Pinned to this release:

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