github I-IAL9000/shrinkerr v0.4.1

latest releases: v0.9.79, v0.9.78, v0.9.77...
2 months ago

Fixed

  • parse_ffmpeg_progress returned None (instead of a progress dict with fps populated) when ffmpeg emitted a progress line but the source file's duration couldn't be determined. Effect: corrupt or in-progress mkv files showed no fps readout updates during conversion — the worker's progress callback went silent until the encode finished. Fix: when neither time-based nor frame-based progress ratio is computable but the line carries an fps= field, return {"progress": 0.0, "fps": <parsed>, "eta_seconds": None} so the UI keeps animating. Test in backend/tests/test_converter.py for this case (pre-existing, never green) now passes.

Docker images

Pinned to this release:

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