2023-08-04 00:41:37 +00:00
= Installing plugins for playing movies and music
2024-03-03 13:42:47 +00:00
Ankur Sinha ; Héctor Louzao ; Neil Gompa (ngompa)
:revnumber: F39 and newer
:revdate: 2023-12-05
2023-08-07 07:20:52 +00:00
:category: Administration
2023-08-28 20:44:35 +00:00
:tags: How-to, Plugins, Multimedia
2023-08-07 08:27:21 +00:00
:page-aliases: assembly_installing-plugins-for-playing-movies-and-music.adoc
2023-08-04 00:41:37 +00:00
2023-08-20 07:36:29 +00:00
[abstract]
2023-08-04 00:41:37 +00:00
As a Fedora user and system administrator, you can use these steps to install additional multimedia plugins that enable you to play various video and audio types.
== Procedure
* Use the `dnf` utility to install packages that provide multimedia libraries:
+
----
2023-12-15 22:26:08 +00:00
sudo dnf install gstreamer1-plugins-{bad-\*,good-\*,base} gstreamer1-plugin-openh264 gstreamer1-plugin-libav --exclude=gstreamer1-plugins-bad-free-devel
2023-08-04 00:41:37 +00:00
sudo dnf install lame\* --exclude=lame-devel
sudo dnf group upgrade --with-optional Multimedia
----
== Related information
* There are also media players that include all relevant codecs by themselves. Consider using one of the following for offline video viewing:
2023-12-15 22:26:08 +00:00
** VLC, available from the `vlc` package
** MPV, available from the `mpv` package
2023-08-04 00:41:37 +00:00
2023-08-08 09:25:28 +00:00