github I-IAL9000/shrinkerr v0.5.22

latest releases: v0.9.108, v0.9.107, v0.9.106...
3 months ago

Fixed

  • Watcher's auto-queue path used the pre-v0.5.4 is_x264() codec check — only H.264 was treated as "needs conversion", so MPEG-2 / MPEG-4 / VC-1 / WMV files auto-discovered via filesystem watching never got a convert job even when those codecs were in the user's source_codecs list. Now uses codec_matches_source(video_codec, source_codecs) like the scanner and webhook paths. HEVC files were unaffected (correctly skipped either way).

Docker images

Pinned to this release:

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