Skip to content

v0.6.6

Choose a tag to compare

@github-actions github-actions released this 20 May 23:51
· 219 commits to main since this release

Fixed

  • DVD IFO parser missed languages on discs where the audio/subp count byte was 0 but the attr entries were populated (a known authoring-tool quirk libdvdread has documented fallback for) — e.g. Fast-Walking (1982) surfaced its English track as und. Parser now falls back to scanning attrs for the first all-zero gap when the count byte is 0; positive counts are still trusted as-is.

Docker images

Pinned to this release:

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

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