This repository has been archived by the owner on May 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 460
Media SDK in Linux Distributions
Dmitry Rogozhkin edited this page Aug 24, 2020
·
7 revisions
Contents
(*) Other names and brands may be claimed as property of others.
Runtime environment:
pacman -S intel-media-sdk
Development environment:
pacman -S libmfx
Runtime environment:
swupd bundle-add os-utils-gui
Development environment:
swupd bundle-add devpkg-mediasdk
Runtime environment:
apt-get install -y libmfx1 # This will fetch intel-media-va-driver (from free repo channel) apt-get install -y \ libigfxcmrt7 \ libva-drm2 \ libva-x11-2 # This will replace driver with intel-media-va-driver-non-free add-apt-repository non-free apt-get install -y intel-media-va-driver-non-free
Development environment:
apt-get install -y \ libmfx-dev \ libmfx-tools
Runtime environment:
dnf install intel-mediasdk dnf install https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm dnf install intel-media-driver
Development environment:
dnf install intel-mediasdk-devel
Runtime environment:
zypper install intel-media-driver libmfx1
Development environment:
zypper install libmfx-devel
Runtime environment:
apt-get install -y libmfx1 apt-get install -y \ intel-media-va-driver-non-free \ libigfxcmrt7 \ libva-drm2 \ libva-x11-2
Development environment:
apt-get install -y \ libmfx-dev \ libmfx-tools
GPGPU Documents site provides documentation and instructions for installing, deploying, and updating Intel software to enable general purpose GPU (GPGPU) capabilities for Linux*-based operating system distributions.
Supported platforms:
- Media SDK for Linux
- Media SDK for Windows
- FFmpeg QSV
- GStreamer MSDK
- Docker
- Usage guides
- Building Media SDK
- Running Media SDK CI tests
- Additional information
- Multi-Frame Encode