Fixed
- Estimated savings shown in the file-detail panel (e.g. "Convert to x265 10-bit (est. save ~8.4 GB)") used a stale 0.30 reduction default while the queue-estimate modal used a CQ-calibrated empirical curve — producing wildly different numbers for the same file. Both now route through a single
backend/encoding_estimateshelper that applies the CQ curve calibrated against real NVENC results. Scan-timeestimated_savings_bytes+ newvideo_conv_savings_bytescolumn reflect the user's global CQ setting. Existing rows auto-backfill on first watcher cycle.
Docker images
Pinned to this release:
docker pull ghcr.io/i-ial9000/shrinkerr:0.6.7 # portable (amd64 + arm64, CPU)
docker pull ghcr.io/i-ial9000/shrinkerr:0.6.7-nvenc # x86_64 + NVIDIA GPU (NVENC)
docker pull ghcr.io/i-ial9000/shrinkerr:0.6.7-edge # as above but ffmpeg master
docker pull ghcr.io/i-ial9000/shrinkerr:0.6.7-edge-nvencFloating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.