Fixed
- Final fix for the QSV "MFX_ERR_INCOMPATIBLE_VIDEO_PARAM (-17)" saga: both Docker images now build vpl-gpu-rt (Intel's modern oneVPL GPU runtime, also called
libmfx-gen1) from source. Stock Debian 12 / Ubuntu 22.04 only ship the legacylibmfx1MediaSDK runtime, which rejects libva-2.22 VADisplays with -17. Withlibmfx-gen.so.1.2installed, thelibvpl2dispatcher routes through the modern runtime andhevc_qsvworks against current libva + iHD drivers. Adds ~3 min to image build; ~12 MB final-image impact. Build toolchain (cmake,meson,ninja, dev headers) purged after compile.
Docker images
Pinned to this release:
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.89 # portable (amd64 + arm64, CPU)
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.89-nvenc # x86_64 + NVIDIA GPU (NVENC)
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.89-edge # as above but ffmpeg master
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.89-edge-nvencFloating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.