How To Install intel-mediasdk-devel on Fedora 36

In this tutorial we learn how to install intel-mediasdk-devel in Fedora 36. intel-mediasdk-devel is SDK for hardware-accelerated video processing on Intel integrated GPUs

Introduction

In this tutorial we learn how to install intel-mediasdk-devel on Fedora 36.

What is intel-mediasdk-devel

Intel Media SDK provides a plain C API to access hardware-accelerated video decode, encode and filtering on Intel Gen graphics hardware platforms. Implementation written in C++ 11 with parts in C-for-Media (CM). Supported video encoders HEVC, AVC, VP8, VP9, MPEG-2, VC1, JPEG Supported video pre-processing filters Color Conversion, Deinterlace, Denoise, Resize, Rotate, Composition

We can use yum or dnf to install intel-mediasdk-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install intel-mediasdk-devel.

Install intel-mediasdk-devel on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install intel-mediasdk-devel using dnf by running the following command:

sudo dnf -y install intel-mediasdk-devel

Install intel-mediasdk-devel on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install intel-mediasdk-devel using yum by running the following command:

sudo yum -y install intel-mediasdk-devel

How To Uninstall intel-mediasdk-devel on Fedora 36

To uninstall only the intel-mediasdk-devel package we can use the following command:

sudo dnf remove intel-mediasdk-devel

intel-mediasdk-devel Package Contents on Fedora 36

/usr/include/mfx
/usr/include/mfx/mfxadapter.h
/usr/include/mfx/mfxastructures.h
/usr/include/mfx/mfxaudio++.h
/usr/include/mfx/mfxaudio.h
/usr/include/mfx/mfxbrc.h
/usr/include/mfx/mfxcamera.h
/usr/include/mfx/mfxcommon.h
/usr/include/mfx/mfxdefs.h
/usr/include/mfx/mfxdispatcherprefixedfunctions.h
/usr/include/mfx/mfxenc.h
/usr/include/mfx/mfxfei.h
/usr/include/mfx/mfxfeihevc.h
/usr/include/mfx/mfxjpeg.h
/usr/include/mfx/mfxla.h
/usr/include/mfx/mfxmvc.h
/usr/include/mfx/mfxpak.h
/usr/include/mfx/mfxpcp.h
/usr/include/mfx/mfxplugin++.h
/usr/include/mfx/mfxplugin.h
/usr/include/mfx/mfxsc.h
/usr/include/mfx/mfxscd.h
/usr/include/mfx/mfxsession.h
/usr/include/mfx/mfxstructures.h
/usr/include/mfx/mfxvideo++.h
/usr/include/mfx/mfxvideo.h
/usr/include/mfx/mfxvp8.h
/usr/include/mfx/mfxvp9.h
/usr/include/mfx/mfxvstructures.h
/usr/lib64/libmfx.so
/usr/lib64/libmfxhw64.so
/usr/lib64/pkgconfig/libmfx.pc
/usr/lib64/pkgconfig/libmfxhw64.pc
/usr/lib64/pkgconfig/mfx.pc

References

Summary

In this tutorial we learn how to install intel-mediasdk-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).