Fixed
- NVENC + NVDEC jobs failing with
CUDA_ERROR_INVALID_VALUEon x264 sources with many reference frames. NVDEC's 32-surface hardware limit was exceeded because the H.264 decoder's thread count (defaulting tonproc) drove surface allocation past 32. Pin decoder threads to 1 whenever NVDEC is on — encoder threads still respect theFFmpeg Threads Per Jobsetting.
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-nvencFloating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.