Fixed
- A failed output rename no longer trashes the original and strands the output as
.converting/.remuxing. The finalizer disposed the original before renaming the temp into place, so an EACCES rename (seen on some CIFS/SMB mounts) lost the original. It now places the output first — moving the original aside when it occupies the target name — and only then trashes/deletes it, rolling back so the original is never lost. Applies to both the convert and audio-remux paths.
Docker images
Pinned to this release:
docker pull ghcr.io/i-ial9000/shrinkerr:v0.9.126 # portable (amd64 + arm64, CPU)
docker pull ghcr.io/i-ial9000/shrinkerr:v0.9.126-nvenc # x86_64 + NVIDIA GPU (NVENC)
docker pull ghcr.io/i-ial9000/shrinkerr:v0.9.126-edge # as above but ffmpeg master
docker pull ghcr.io/i-ial9000/shrinkerr:v0.9.126-edge-nvencFloating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.