Skip to content

v0.7.30

Choose a tag to compare

@github-actions github-actions released this 03 Jul 00:05
· 162 commits to main since this release

Fixed

  • Disc conversions left subtitle tracks tagged und — the subtitle half of the v0.7.29 audio fix. The bluray: / concat: protocol strips embedded-subtitle language tags too, and the detected language was being dropped before it reached the ffmpeg command anyway (subtitle_streams was built with only codec + index, no language). Now carries the detected language through and stamps -metadata:s:s:N language=X on disc-conversion output subtitles. Regular files unaffected (ffmpeg copies the container tag). und/empty skipped.

Docker images

Pinned to this release:

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

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