Skip to content

v0.9.74

Choose a tag to compare

@github-actions github-actions released this 21 Jul 17:22

Fixed

  • VobSub (dvd_subtitle) subtitles that fail to extract no longer go silently to und. _extract_vobsub ran mkvextract with its output discarded and returned nothing on failure with no log; it now logs the reason (exit code, whether the .idx/.sub were produced, and mkvextract's message) so extraction failures are diagnosable.

Docker images

Pinned to this release:

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

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