v0.9.72
Fixed
- PGS subtitles that start at 00:00:00 no longer fail to OCR. pgsrip's
to_timetreated a zero timestamp as "no time" and returned None, so it built a subtitle with a null start and crashed (SubRipTime() argument after * must be an iterable), aborting the whole rip — the track stayed und. Patched to treat 0 as a valid time.
Docker images
Pinned to this release:
docker pull ghcr.io/i-ial9000/shrinkerr:v0.9.72 # portable (amd64 + arm64, CPU)
docker pull ghcr.io/i-ial9000/shrinkerr:v0.9.72-nvenc # x86_64 + NVIDIA GPU (NVENC)
docker pull ghcr.io/i-ial9000/shrinkerr:v0.9.72-edge # as above but ffmpeg master
docker pull ghcr.io/i-ial9000/shrinkerr:v0.9.72-edge-nvencFloating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.