Skip to content

v0.7.15

Choose a tag to compare

@github-actions github-actions released this 26 May 22:53
· 182 commits to main since this release

Fixed

  • v0.7.14 broke conversions with name 'encode_start_time' is not defined. The v0.7.14 refactor moved the encode run-loop into a nested _run_encode helper, which scoped encode_start_time inside it — but the post-encode stats path (encode_seconds / encode_time) reads it from the outer function. Hoisted it to the outer scope and marked it nonlocal in the helper, alongside all_lines. Added an AST scope check to the dev process to catch this leak class.

Docker images

Pinned to this release:

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

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