Skip to content

v0.9.54

Choose a tag to compare

@github-actions github-actions released this 18 Jul 21:19

Fixed

  • .m4v/.m4a files now get the "Remux to MKV to apply language" button. ffmpeg's ipod muxer can't write language tags to them in place, so they now take the same stream-copy remux-to-mkv path as AVI (the detected language is kept pending and applied by the remux) instead of showing a hint with no way to act on it.
  • "Remux to MKV" for a file already in the queue now says "Already in the queue" instead of "Nothing queued". A language_remux that resolves the path but adds no job (duplicate already pending/running) is now reported honestly, and a missing scan row is logged.

Docker images

Pinned to this release:

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

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