Fixed
- VobSub (dvd_subtitle) subtitles that fail to extract no longer go silently to und.
_extract_vobsubran mkvextract with its output discarded and returned nothing on failure with no log; it now logs the reason (exit code, whether the .idx/.sub were produced, and mkvextract's message) so extraction failures are diagnosable.
Docker images
Pinned to this release:
docker pull ghcr.io/i-ial9000/shrinkerr:v0.9.74 # portable (amd64 + arm64, CPU)
docker pull ghcr.io/i-ial9000/shrinkerr:v0.9.74-nvenc # x86_64 + NVIDIA GPU (NVENC)
docker pull ghcr.io/i-ial9000/shrinkerr:v0.9.74-edge # as above but ffmpeg master
docker pull ghcr.io/i-ial9000/shrinkerr:v0.9.74-edge-nvencFloating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.