Fixed
- Audio-cleanup / remux failed with
Subtitle codec 94213 is not supportedon sources containingmov_textsubtitles (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-nvencFloating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.