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_complexand 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_scoresettings (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-nvencFloating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.