Fixed
- NVDEC decode failures now fall back to software decode instead of failing the job. Some interlaced/DVD-rip MPEG-2 streams make the GPU's NVDEC decoder error on every frame ("hardware accelerator failed to decode" / cuvidDecodePicture), which aborted the whole conversion. Those signatures now trigger the existing software-decode retry (NVENC still does the encode).
Docker images
Pinned to this release:
docker pull ghcr.io/i-ial9000/shrinkerr:v0.9.111 # portable (amd64 + arm64, CPU)
docker pull ghcr.io/i-ial9000/shrinkerr:v0.9.111-nvenc # x86_64 + NVIDIA GPU (NVENC)
docker pull ghcr.io/i-ial9000/shrinkerr:v0.9.111-edge # as above but ffmpeg master
docker pull ghcr.io/i-ial9000/shrinkerr:v0.9.111-edge-nvencFloating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.