Fixed
- "Audio removed" row in job reports showed only the track count, not languages — while "Subs removed" showed both. v0.3.123's combined-job code referenced
raw_trackswhich is only defined inside the audio-only branch; for combined jobs the variable wasn't yet in scope and the audio language list came back empty. Both paths now pull fromprobe.get("audio_tracks", [])for parity.
Docker images
Pinned to this release:
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.125 # portable (amd64 + arm64, CPU)
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.125-nvenc # x86_64 + NVIDIA GPU (NVENC)
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.125-edge # as above but ffmpeg master
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.125-edge-nvencFloating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.