v0.3.102
Fixed
- Codec-tag rename in output filenames missed scene variants with a literal separator (
H.264,h-264,h_264) — files came out HEVC but kept the misleading H.264 in their name. Fix: regex now allows an optional./-/_between the letter and the digits. Existing files keep their stale names; future conversions rename correctly.
Docker images
Pinned to this release:
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.102 # portable (amd64 + arm64, CPU)
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.102-nvenc # x86_64 + NVIDIA GPU (NVENC)
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.102-edge # as above but ffmpeg master
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.102-edge-nvencFloating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.