How to install FFmpeg 4 on Ubuntu OS?

57 Views
Published
This video tutorial will help you to install FFmpeg 4.x on Ubuntu OS.

Get in touch with us for your hosting queries:
https://bit.ly/3CvxLCy

Email: sales@accuwebhosting.com
Twitter: https://twitter.com/accuwebhosting
Facebook: https://facebook.com/accuwebhosting/
Phone: 8777674678

Command to install FFmpeg 4 on Ubuntu OS

To update all installed packages to their latest available versions.

# sudo apt update -y

Add PPA repository

# sudo add-apt-repository ppa:jonathonf/ffmpeg-4

To update the package index of the Ubuntu OS

# sudo apt update

Install FFmpeg

# sudo apt install -y ffmpeg

To verify the FFmpeg version

# ffmpeg -version
Category
AccuWeb Hosting
Tags
compile ffmpeg 4 ubuntu, ubuntu ffmpeg version 4, installation of ffmpeg 4 on Ubuntu 18.04
Be the first to comment