Skip to content

v0.3.89

Choose a tag to compare

@github-actions github-actions released this 30 Apr 13:07
· 391 commits to main since this release

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 legacy libmfx1 MediaSDK runtime, which rejects libva-2.22 VADisplays with -17. With libmfx-gen.so.1.2 installed, the libvpl2 dispatcher routes through the modern runtime and hevc_qsv works 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-nvenc

Floating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.