github I-IAL9000/shrinkerr v0.5.19

latest releases: v0.9.108, v0.9.107, v0.9.106...
3 months ago

Fixed

  • Conversion failing with ffmpeg exited with code 234 / Subtitle encoding currently only possible from text to text or bitmap to bitmap on files with a multi-stream external sidecar subtitle (notably VobSub .idx/.sub pairs carrying multiple language streams in one file). The cmd builder emitted -map 1:s to pull every sub stream from each external input but only set a codec for the first output sub-stream index per file — ffmpeg picked its matroska default (ass/ssa, a text codec) for the remaining streams and tried to encode dvdsub bitmap → ass text. Added a catch-all -c:s copy after the per-stream specs so any unset external sub stream defaults to byte-copy; the per-stream specifiers above still win for the streams they name (webvtt → srt path preserved).

Docker images

Pinned to this release:

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

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

Don't miss a new shrinkerr release

NewReleases is sending notifications on new releases.