Skip to content

v0.7.18

Choose a tag to compare

@github-actions github-actions released this 31 May 17:22

Fixed

  • Audio-cleanup / remux failed with Subtitle codec 94213 is not supported on sources containing mov_text subtitles (codec 94213 = AV_CODEC_ID_MOV_TEXT, typically present when an mp4 was previously remuxed to mkv). The remux path used -map 0:s? + global -c copy, which Matroska's muxer rejects for mov_text. v0.7.18 probes subtitle codecs upfront and builds per-stream maps so mov_text/tx3g get -c:s:N srt (lossless for text content) while everything else still copies cleanly. Main convert path already had this logic — this brings the remux path to parity.

Docker images

Pinned to this release:

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

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