Fixed
- Disc conversions left audio tracks tagged
undeven when the language was detected. Shrinkerr's IFO/mpls/libbluray parsers detect disc audio languages at scan time, but the conversion never wrote them to the output — thebluray:/concat:input protocol strips per-stream language tags, so-c:a copyproducedundaudio. The converter now injects-metadata:s:a:N language=Xfrom the detected languages for disc conversions (both the map-all path and the track-removal/reorder keep-list path). Regular files are unaffected — they still rely on ffmpeg copying the tag from the source container. und/empty detections are skipped rather than written as bogus tags.
Docker images
Pinned to this release:
docker pull ghcr.io/i-ial9000/shrinkerr:0.7.29 # portable (amd64 + arm64, CPU)
docker pull ghcr.io/i-ial9000/shrinkerr:0.7.29-nvenc # x86_64 + NVIDIA GPU (NVENC)
docker pull ghcr.io/i-ial9000/shrinkerr:0.7.29-edge # as above but ffmpeg master
docker pull ghcr.io/i-ial9000/shrinkerr:0.7.29-edge-nvencFloating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.