v0.3.47
Fixed
- Completed-job report showed
x265 (NVENC)instead ofh265 (NVENC). The codec label in the expanded job details was hardcoded asx265regardless of the encoder, even though v0.3.30's rename rule already distinguished between them: libx265 →x265(the specific encoder), NVENC →h265(the codec spec, encoder-agnostic). The same rule now applies to the report so the on-screen label matches the renamed output filename.
Docker images
Pinned to this release:
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.47 # portable (amd64 + arm64, CPU)
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.47-nvenc # x86_64 + NVIDIA GPU (NVENC)
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.47-edge # as above but ffmpeg master
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.47-edge-nvencFloating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.