github I-IAL9000/shrinkerr v0.3.10

latest releases: v0.9.98, v0.9.97, v0.9.96...
3 months ago

Fixed

  • VMAF analysis now handles filenames with apostrophes, spaces or brackets (e.g. "Grey's Anatomy - S01E01"). The derived log path was previously inlined raw into ffmpeg's -filter_complex and the apostrophe opened an unbalanced quoted region, so libvmaf exited non-zero and the score was silently dropped.

Changed

  • Remote worker nodes now honour the server's vmaf_analysis_enabled / vmaf_min_score settings (previously hardcoded off).
  • VMAF failures are now surfaced on the Activity page with the ffmpeg error, not just the successful scores.
  • Converter always logs its VMAF decision (enabled=… raw setting=…) and the exception traceback on failure, so "VMAF didn't run" is diagnosable from docker logs without rerunning.

Docker images

Pinned to this release:

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