Skip to content

v0.7.12

Choose a tag to compare

@github-actions github-actions released this 26 May 17:52

Fixed

  • NVENC conversion crashed mid-stream on some x264 WEB-DLs with Error reinitializing filters! / Impossible to convert between the formats supported by the filter 'Parsed_scale_cuda_0' and the filter 'auto_scale_0'. ffmpeg auto-inserts an auto_scale_0 CPU filter to bridge a mid-stream parameter reconfiguration ("hwaccel changed"), but that filter can't accept CUDA frames from our explicit scale_cuda. The encode dies after gigabytes of successful output. v0.7.12 adds -noautoscale on the NVDEC-native CUDA path so the auto-scaler isn't inserted — our explicit scale_cuda=format=... already handles all format alignment the encoder needs. QSV/VAAPI/CPU paths unaffected.

Docker images

Pinned to this release:

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

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