v0.3.7
Changed
- README hero is now an animated WebP instead of a WebM video. GitHub's README HTML sanitizer silently strips the
autoplayattribute from<video>tags in some cases, leaving the hero showing a manual play button. Animated WebP is served as an image so it autoplays by nature of the format (like an animated GIF, but with modern compression — the replacement is 1.4 MB for 5 screenshots at 1440 px wide, smaller than the WebM was). Committed to the repo at.github/assets/hero.webpand referenced via a relative path, so no external hosting dance is needed.
Docker images
Pinned to this release:
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.7 # portable (amd64 + arm64, CPU)
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.7-nvenc # x86_64 + NVIDIA GPU (NVENC)
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.7-edge # as above but ffmpeg master
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.7-edge-nvencFloating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.