github I-IAL9000/shrinkerr v0.7.31

latest releases: v0.9.102, v0.9.101, v0.9.100...
one month ago

Fixed

  • Conversion of a video-only source (no audio stream) failed with exit 234 (Stream map '0:a' matches no streams). Files with only video + subtitles — a video-only Blu-ray remux, or a sample clip — hit the default -map 0:a which ffmpeg treats as fatal when nothing matches. Changed to -map 0:a? (optional map) in both the main convert path and the subtitle-prestrip pass.

Docker images

Pinned to this release:

docker pull ghcr.io/i-ial9000/shrinkerr:0.7.31         # portable (amd64 + arm64, CPU)
docker pull ghcr.io/i-ial9000/shrinkerr:0.7.31-nvenc   # x86_64 + NVIDIA GPU (NVENC)
docker pull ghcr.io/i-ial9000/shrinkerr:0.7.31-edge    # as above but ffmpeg master
docker pull ghcr.io/i-ial9000/shrinkerr:0.7.31-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.