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
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
Be the first to comment


