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_encodehelper, which scopedencode_start_timeinside 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 itnonlocalin the helper, alongsideall_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-nvencFloating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.