How to Install FFMPEG on WHM/cPanel Server – CentOS 7?

FFMPEG is required to process audio and video files on your server and it helps to stream any audio or video on your server. Therefore, in this article, you will learn how to install FFMPEG?

install ffmpeg

Below is how to install FFMPEG on cPanel Server:

Log into WHM as the ‘root‘ user and type ‘terminal’ in the search field. Click the Terminal link in the Server Configuration menu.

  • Install EPEL repo:
yum install epel-release
  • Similarly, Install NUX desktop repo:
rpm -Uvh http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-5.el7.nux.noarch.rpm
  • Install FFMPEG
yum -y install ffmpeg ffmpeg-devel
  • Then check FFMPEG installation
ffmpeg -version

Source


Click here to read about How to Install Redis and PHP-Redis on cPanel/WHM?

 
Advertisement