Changed
- VMAF now also runs on hardware-decoded jobs (NVDEC, QSV, VAAPI, VideoToolbox) — the check was always a separate software pass, so the skip was unnecessary. Hardware-decoded jobs now take a little longer and are subject to your VMAF minimum score. On a Mac, VMAF needs Homebrew's ffmpeg 9+ (
brew upgrade ffmpeg).
Docker images
Pinned to this release:
docker pull ghcr.io/i-ial9000/shrinkerr:v0.9.135 # portable (amd64 + arm64, CPU)
docker pull ghcr.io/i-ial9000/shrinkerr:v0.9.135-nvenc # x86_64 + NVIDIA GPU (NVENC)
docker pull ghcr.io/i-ial9000/shrinkerr:v0.9.135-edge # as above but ffmpeg master
docker pull ghcr.io/i-ial9000/shrinkerr:v0.9.135-edge-nvencFloating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.