How To Install movit-data on Fedora 36

In this tutorial we learn how to install movit-data in Fedora 36. movit-data is Data files for the Movit GPU video filter library

Introduction

In this tutorial we learn how to install movit-data on Fedora 36.

What is movit-data

Movit is a library for video filters. It uses the GPU present in many computers to accelerate computation of common filters and transitions, facilitating real-time HD video editing. This package contains the architecture-independent data files.

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

Install movit-data 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 movit-data using dnf by running the following command:

sudo dnf -y install movit-data

Install movit-data 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 movit-data using yum by running the following command:

sudo yum -y install movit-data

How To Uninstall movit-data on Fedora 36

To uninstall only the movit-data package we can use the following command:

sudo dnf remove movit-data

movit-data Package Contents on Fedora 36

/usr/share/movit
/usr/share/movit/alpha_division_effect.frag
/usr/share/movit/alpha_multiplication_effect.frag
/usr/share/movit/blur_effect.frag
/usr/share/movit/colorspace_conversion_effect.frag
/usr/share/movit/complex_modulate_effect.frag
/usr/share/movit/deconvolution_sharpen_effect.frag
/usr/share/movit/deinterlace_effect.comp
/usr/share/movit/deinterlace_effect.frag
/usr/share/movit/dither_effect.frag
/usr/share/movit/fft_pass_effect.frag
/usr/share/movit/flat_input.frag
/usr/share/movit/footer.comp
/usr/share/movit/footer.frag
/usr/share/movit/gamma_compression_effect.frag
/usr/share/movit/gamma_expansion_effect.frag
/usr/share/movit/header.130.frag
/usr/share/movit/header.150.frag
/usr/share/movit/header.300es.frag
/usr/share/movit/header.comp
/usr/share/movit/highlight_cutoff_effect.frag
/usr/share/movit/identity.frag
/usr/share/movit/lift_gamma_gain_effect.frag
/usr/share/movit/luma_mix_effect.frag
/usr/share/movit/mirror_effect.frag
/usr/share/movit/mix_effect.frag
/usr/share/movit/multiply_effect.frag
/usr/share/movit/overlay_effect.frag
/usr/share/movit/overlay_matte_effect.frag
/usr/share/movit/padding_effect.frag
/usr/share/movit/resample_effect.frag
/usr/share/movit/sandbox_effect.frag
/usr/share/movit/saturation_effect.frag
/usr/share/movit/slice_effect.frag
/usr/share/movit/texture1d.130.frag
/usr/share/movit/texture1d.150.frag
/usr/share/movit/texture1d.300es.frag
/usr/share/movit/vignette_effect.frag
/usr/share/movit/vs.130.vert
/usr/share/movit/vs.150.vert
/usr/share/movit/vs.300es.vert
/usr/share/movit/vs.vert
/usr/share/movit/white_balance_effect.frag
/usr/share/movit/ycbcr_422interleaved_input.frag
/usr/share/movit/ycbcr_conversion_effect.frag
/usr/share/movit/ycbcr_input.frag

References

Summary

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