github I-IAL9000/shrinkerr v0.7.15

latest releases: v0.9.112, v0.9.111, v0.9.110...
3 months ago

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.

Don't miss a new shrinkerr release

NewReleases is sending notifications on new releases.