Howto install ffmpeg?

Howto install Fedora ffmpeg?

dnf install ffmpeg

No results: ffmpeg
Error: No match found: ffmpeg

/etc/yum.repos.d
CentOS-SCLo-scl-rh.repo                                     fedora-updates-testing-modular.repo
_copr:copr.fedorainfracloud.org:atim:shortwave.repo         fedora-updates-testing.repo
_copr:copr.fedorainfracloud.org:kwizart:cuda-gcc-10.1.repo  google-chrome.repo
_copr_phracek-PyCharm.repo                                  nvidia-machine-learning.repo
cuda-fedora29.repo                                          rpmfusion-nonfree-nvidia-driver.repo
fedora-cisco-openh264.repo                                  rpmfusion-nonfree.repo
fedora-modular.repo                                         rpmfusion-nonfree-steam.repo
fedora.repo                                                 rpmfusion-nonfree-updates.repo
fedora-updates-modular.repo                                 rpmfusion-nonfree-updates-testing.repo
fedora-updates.repo

Thx!

2 Likes

A quick one, ffmpeg is enable by rpmfusion for license:

❯ LANG=C dnf info ffmpeg
Last metadata expiration check: 0:00:11 ago on Mon Jun  1 13:01:07 2020.
Installed Packages
Name         : ffmpeg
Version      : 4.2.3
Release      : 2.fc32
Architecture : x86_64
Size         : 1.9 M
Source       : ffmpeg-4.2.3-2.fc32.src.rpm
Repository   : @System
From repo    : rpmfusion-free-updates
Summary      : Digital VCR and streaming server
URL          : http://ffmpeg.org/
License      : GPLv2+
Description  : FFmpeg is a complete and free Internet live audio and video
             : broadcasting solution for Linux/Unix. It also includes a digital
             : VCR. It can encode in real time in many formats including MPEG1
             : audio and video, MPEG4, h263, ac3, asf, avi, real, mjpeg, and
             : flash.

How to enable:

https://docs.fedoraproject.org/en-US/quick-docs/setup_rpmfusion/

you only have:

rpmfusion-nonfree.repo
rpmfusion-nonfree-updates.repo
rpmfusion-nonfree-updates-testing.repo

enable both free and non-free…

Regards.,

5 Likes

I use F31

yum.repos.d]$ ls
CentOS-SCLo-scl-rh.repo
_copr:copr.fedorainfracloud.org:atim:shortwave.repo
_copr:copr.fedorainfracloud.org:kwizart:cuda-gcc-10.1.repo
_copr_phracek-PyCharm.repo
cuda-fedora29.repo
fedora-cisco-openh264.repo
fedora-modular.repo
fedora.repo
fedora-updates-modular.repo
fedora-updates.repo
fedora-updates-testing-modular.repo
fedora-updates-testing.repo
google-chrome.repo
nvidia-machine-learning.repo
**rpmfusion-nonfree-nvidia-driver.repo**
**rpmfusion-nonfree.repo**
**rpmfusion-nonfree-steam.repo**
**rpmfusion-nonfree-updates.repo**
**rpmfusion-nonfree-updates-testing.repo**


dnf install ffmpeg
Az utolsó metaadat lejárati ellenőrzés ennyi ideje volt: 1:21:51, ekkor: 2020. jún. 1., hétfő, 13:30:33 CEST.
Nincs találat: ffmpeg
Hiba: Nem található egyezés: ffmpeg
[root@fujitsu-p520 yum.repos.d]# 

dnf install ffmpeg
Last metadata expiration check was 1:21:51 PM on June 2020 Monday, 1, 13:30:33 CEST.
No results: ffmpeg
Error: No match found: ffmpeg
[root @ fujitsu-p520 yum.repos.d] #

Fedora32 not works (devtoolset-8) dnf install devtoolset-8-toolchain
https://rpmfusion.org/Howto/CUDA?highlight=(CategoryHowto)#Known_issues

As you see, you don’t have rpmfusion-free repository.
So, as said by @hhlp you should enable it.

As you can read in the document linked by @hhlp, this is the command to install the rpmfusion-free repository:
sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm

5 Likes

omg:)
Thx help, Works.

Is there any effort on the front of including ffmpeg into Fedora? I know the license is the problem here but I suppose a deal can be arranged with the creators, right?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.