0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

CentOS Stream 9 に ffmpeg インストール

Posted at

結論

  • epelをインストールしておく
    • # dnf install epel-release
  • # dnf install ffmpeg-free --enablerepo=crb,epel

パッケージ名は ffmpeg-free ですが、 ffmpegコマンドで実行できます。

参考:crbリポジトリ

centos.repo内にある。

view /etc/yum.repos.d/centos.repo

[crb]
enabled=0

所感

rpmfusion.orgを使うやり方がエラーでうまくいかず、epel版を探したら ffmpeg-free なるパッケージがあったため、試しにインストールしてみた所、使えそうでした。
ffmpeg-freeのインストール記事が見当たらなかったため、記載しました。
少しでも参考になれば幸いです。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?