github I-IAL9000/shrinkerr v0.7.4

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

Added

  • Language metadata for UDF-only Blu-ray ISOs (closes v0.7.3's known limitation). bsdtar/libarchive 3.7.2 silently returns empty on UDF 2.50+ BD ISOs, so v0.7.1's fallback didn't actually help the discs it was added for. v0.7.4 adds a tier-3 fallback using libbluray directly via Python ctypes — the same library ffmpeg already uses for bluray: protocol encoding, so we know it can read these ISOs. Opens the ISO with bd_open, walks titles → clips → streams, reads per-track lang[4] from BLURAY_STREAM_INFO. ISO 639-2 codes normalized T→B form (frafre, deuger, etc.) to match the rest of the codebase. Adds libbluray-bin to both Dockerfiles. Verified against Elephant (2003) UDF-only BD ISO: audio: [fre, eng], subtitle: [fre, fre].

Docker images

Pinned to this release:

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