Edit Info Other
Login

Multimedia"

Differences between revisions 1 and 2
Revision 1 as of 2017-12-05 20:42:42
Size: 370
Comment:
Revision 2 as of 2021-10-07 21:32:35
Size: 1280
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
Once RPM Fusion is configured (see https://rpmfusion.org/Configuration)
Line 4: Line 6:
Line 6: Line 9:
Once RPM Fusion is installed, you only need to do:
{{{
$ sudo dnf groupupdate Multimedia
 * The following command will install the complements multimedia packages needed by gstreamer enabled applications: {{{
sudo dnf groupupdate multimedia --setop="install_weak_deps=False" --exclude=PackageKit-gstreamer-plugin
Line 12: Line 14:
 * The following command will install the sound-and-video complement packages needed by some applications: {{{
sudo dnf groupupdate sound-and-video
}}}
 
 <<BR>>
Line 13: Line 21:
You need to have the libdvdcss package provided by rpm.livna.org You need to have the libdvdcss package, to install libdvdcss you need enable tainted repos.
Line 15: Line 23:
 * Tainted free is dedicated for FLOSS packages where some usages might be restricted in some countries. {{{
sudo dnf install rpmfusion-free-release-tainted
sudo dnf install libdvdcss
}}}

 * Tainted nonfree is dedicated to non-FLOSS packages without a clear redistribution status by the copyright holder. But is allowed as part of hardware inter-operability between operating systems in some countries : {{{
sudo dnf install rpmfusion-nonfree-release-tainted
sudo dnf install "*-firmware"
}}}

Multimedia on Fedora

Once RPM Fusion is configured (see https://rpmfusion.org/Configuration)

Install additional codec

This will allows the application using the gstreamer framework to play others restricted codecs:

  • The following command will install the complements multimedia packages needed by gstreamer enabled applications:

    sudo dnf groupupdate multimedia --setop="install_weak_deps=False" --exclude=PackageKit-gstreamer-plugin
  • The following command will install the sound-and-video complement packages needed by some applications:

    sudo dnf groupupdate sound-and-video


Play a DVD

You need to have the libdvdcss package, to install libdvdcss you need enable tainted repos.

  • Tainted free is dedicated for FLOSS packages where some usages might be restricted in some countries.

    sudo dnf install rpmfusion-free-release-tainted
    sudo dnf install libdvdcss
  • Tainted nonfree is dedicated to non-FLOSS packages without a clear redistribution status by the copyright holder. But is allowed as part of hardware inter-operability between operating systems in some countries :

    sudo dnf install rpmfusion-nonfree-release-tainted
    sudo dnf install "*-firmware"


CategoryHowto

Howto/Multimedia (last edited 2024-02-14 07:02:41 by NicolasChauvet)