• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
sharadchhetri

sharadchhetri

Tutorials On Linux, Unix & Open Source

  • Home
  • Linux Commands
  • Resources
    • Learn Linux
  • My WordPress plugins

How to install ffmpeg on CentOS 8 / RHEL 8 for multimedia processing

May 17, 2020 by Sharad Chhetri

In this post, we will learn how to install ffmpeg on CentOS 8/RHEL 8. The ffmpeg is a program which is used in processing of multimedia content such as audio,video etc. It consist of many libraries and tools which helps to process the multimedia content. Through ffmpeg you can record,convert and stream the audio-video.

Steps to install the ffmpeg on CentOS 8/ RHEL 8

1. Install the epel and rpmfusion repo.

sudo dnf install --nogpgcheck https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
sudo dnf install --nogpgcheck https://download1.rpmfusion.org/free/el/rpmfusion-free-release-8.noarch.rpm 
sudo dnf install epel-release
sudo rpm -ivh https://download1.rpmfusion.org/nonfree/el/rpmfusion-nonfree-release-8.noarch.rpm

2. Enable the PowerTools repo

sudo dnf config-manager --enable PowerTools

3. Now install the ffmpeg package.

sudo dnf install ffmpeg ffmpeg-devel

To learn more visit the official website of FFMPEG.

Share this:

  • Twitter
  • Facebook
  • More
  • Print
  • Email
  • LinkedIn
  • Reddit
  • Tumblr
  • Pinterest
  • Pocket
  • Telegram
  • WhatsApp
  • Mastodon

Related posts:

  1. Install and configure transparent squid proxy server : RHEL/CentOS 6.x
  2. How to install mod_fcgid on CentOS and RHEL
  3. How to install nginx webserver from source on CentOS and RHEL
  4. Install MariaDB Server on CentOS 7 / RHEL 7
  5. How to install Nagios on CentOS 7 / RHEL 7
  6. How to install redis server on CentOS 7 / RHEL 7
  7. Install Telnet Server on CentOS 7 / RHEL 7
  8. How to install Varnish 4 version on CentOS 7 / RHEL 7
  9. Install redis 3.0 from source on Ubuntu 14.04 / CentOS 7 / RHEL 7
  10. Install Ansible on Ubuntu / CentOS / RHEL

Filed Under: Linux Tagged With: CentOS 8, ffmpeg

Primary Sidebar

Our Social Media Presence

  • Facebook
  • GitHub
  • Twitter

Linux Command

What is Linux Internal And External Command

Linux Basic Commands With Examples For Every Beginner

tr command to convert lines to space , tab and vertical tab

smbpasswd command not found on CentOS 7 and RHEL 7

Solution : semanage command not found

Unix / Linux : How to print duplicate lines from file

More Posts from this Category

You Might Like These Articles!

simplecodesyntax wordpress plugin

SimpleCodeSyntax : My Another WordPress Plugin

Install Nginx

How To Install Nginx On Ubuntu 22.04 LTS

Install Latest Git package in Ubuntu Operating System

How To Always Install Latest Git Package In Ubuntu Operating System

Bash script for installing VirtualBox on Ubuntu 22.04 LTS Desktop

Install VirtualBox On Ubuntu 22.04 LTS Desktop (Bash Script)

libfuse

dlopen(): error loading libfuse.so.2 – Got Error On Ubuntu

Failed to open/create the internal network

VirtualBox Error: Failed to open/create the internal network

Always Useful Tips And Tricks

How to increase Password Expire date without resetting the password

How to find swap partition or file in linux

AttributeError: ‘WSGIRequest’ object has no attribute ‘session’ Django python web framework

How to convert float to integer number

error could not configure a c compiler Linux

How to encode and decode the strings with base64

Error installing rails

Explore 90+ Article On "Linux Tips And Tricks"

Copyright © 2023 ยท
The material in this site cannot be republished either online or offline, without our permission.
Proudly Blogging From Bharat.

  • Contact
  • About Me
  • My WordPress plugins
  • Privacy Policy