github I-IAL9000/shrinkerr v0.3.7

latest releases: v0.9.102, v0.9.101, v0.9.100...
3 months ago

Changed

  • README hero is now an animated WebP instead of a WebM video. GitHub's README HTML sanitizer silently strips the autoplay attribute 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.webp and 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-nvenc

Floating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.

Don't miss a new shrinkerr release

NewReleases is sending notifications on new releases.