Fixed
- PGS subtitle OCR that pgsrip aborted on now works. pgsrip 0.1.11 crashes with
int('', 16)on an empty byte read (a truncated/padded trailing segment in a.sup), which aborted the whole rip and discarded the valid subtitles — surfacing only as a misleading "no text." Patched pgsrip'sfrom_hexto be empty-safe so parsing finishes on the good segments, and the real pgsrip error is now logged instead of "no text."
Docker images
Pinned to this release:
docker pull ghcr.io/i-ial9000/shrinkerr:0.9.22 # portable (amd64 + arm64, CPU)
docker pull ghcr.io/i-ial9000/shrinkerr:0.9.22-nvenc # x86_64 + NVIDIA GPU (NVENC)
docker pull ghcr.io/i-ial9000/shrinkerr:0.9.22-edge # as above but ffmpeg master
docker pull ghcr.io/i-ial9000/shrinkerr:0.9.22-edge-nvencFloating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.