github I-IAL9000/shrinkerr v0.3.6

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

Fixed

  • README hero video now actually plays for unauthenticated visitors. Short version: the video's URL was session-gated, so incognito/logged-out views got a blank 0:00 player. Replaced with a public user-attachments URL (posted to a real issue, not just drafted — the difference is whether the asset gets flipped from gated-to-uploader to public) that returns the video with Content-Type: video/webm to everyone.
  • Release workflow no longer tries to upload hero.webm as a release asset. 0.3.5 tried this approach, but release-asset URLs are served with Content-Type: application/octet-stream and Content-Disposition: attachment, which several browsers refuse to play inline via <video> tags. Reverted to keep releases lean.

Docker images

Pinned to this release:

docker pull ghcr.io/i-ial9000/shrinkerr:0.3.6         # portable (amd64 + arm64, CPU)
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.6-nvenc   # x86_64 + NVIDIA GPU (NVENC)
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.6-edge    # as above but ffmpeg master
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.6-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.