Skip to content

v0.3.69

Choose a tag to compare

@github-actions github-actions released this 29 Apr 08:26
· 411 commits to main since this release

Added

  • Estimate modal and rule editor encoder pickers now include Intel QSV and VAAPI options when the host supports them.
  • When a combined (convert + cleanup) encode is discarded for being larger than the source, the audio/sub cleanup is now retried as a follow-up audio-only job — the cleanup the user wanted gets applied to the original instead of being silently lost.
  • Worker nodes now advertise QSV and VAAPI alongside NVENC / libx265 in the capabilities list.

Changed

  • Encoded-but-larger files are no longer kept "for the cleanup's sake" — they're discarded and the cleanup is requeued separately. Net result: same cleanup, smaller file.

Docker images

Pinned to this release:

docker pull ghcr.io/i-ial9000/shrinkerr:0.3.69         # portable (amd64 + arm64, CPU)
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.69-nvenc   # x86_64 + NVIDIA GPU (NVENC)
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.69-edge    # as above but ffmpeg master
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.69-edge-nvenc

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