Skip to content

v0.3.47

Choose a tag to compare

@github-actions github-actions released this 26 Apr 10:31
· 433 commits to main since this release

Fixed

  • Completed-job report showed x265 (NVENC) instead of h265 (NVENC). The codec label in the expanded job details was hardcoded as x265 regardless of the encoder, even though v0.3.30's rename rule already distinguished between them: libx265 → x265 (the specific encoder), NVENC → h265 (the codec spec, encoder-agnostic). The same rule now applies to the report so the on-screen label matches the renamed output filename.

Docker images

Pinned to this release:

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

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