v0.9.103
Fixed
- Efficient re-encodes are no longer misflagged as "corrupt source." The undersized-output guard declared any output <5% of the source corrupt — false-flagging a legitimate MPEG-2 DVD/Blu-ray that shrinks >95% into HEVC while keeping its full runtime. It now checks the output's DURATION and only flags a genuinely truncated encode. A startup backfill clears marks the old size-only check set so those titles can be retried.
Docker images
Pinned to this release:
docker pull ghcr.io/i-ial9000/shrinkerr:v0.9.103 # portable (amd64 + arm64, CPU)
docker pull ghcr.io/i-ial9000/shrinkerr:v0.9.103-nvenc # x86_64 + NVIDIA GPU (NVENC)
docker pull ghcr.io/i-ial9000/shrinkerr:v0.9.103-edge # as above but ffmpeg master
docker pull ghcr.io/i-ial9000/shrinkerr:v0.9.103-edge-nvencFloating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.