Fixed
hevc_qsvfailing withError creating a MFX session: -9on hosts that have a working iHD VA-API driver. The QSV encoder requires Intel's oneVPL / MediaSDK runtime in addition to iHD; v0.3.67 only baked iHD. Both Docker images now also installlibvpl2(oneVPL dispatcher) andlibmfx1(legacy MediaSDK runtime, ships the HEVC encoder hardware module). VAAPI was always a working fallback for users on the affected versions — added a docs note pointing at it.
Docker images
Pinned to this release:
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.84 # portable (amd64 + arm64, CPU)
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.84-nvenc # x86_64 + NVIDIA GPU (NVENC)
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.84-edge # as above but ffmpeg master
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.84-edge-nvencFloating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.