How to install FFmpeg 4.x on Ubuntu 18.04?

HostSailor

Member
Registered
Joined
May 16, 2014
Messages
20
Points
1
The FFmpeg is an opensource transcoding tool for multimedia files. It provides a lot of shared libraries such as libavcodec, libavformat, and libavutil etc. You can convert various video and audio formats, resize videos, set sample rates, etc. using this tool.
Here I am providing the steps to install the latest FFmpeg 4.x version on the Ubuntu OS.
  1. Login to the server as root user.
  2. Instead of using 'apt', it is better to use the 'snap' command to install the packages in a single step.
  3. First, you need to check if the snap command is already existing on the server. If not, please install it using the following command:
    # apt install snapd
  4. Once installed, you can simply install FFmpeg using the following command:
    # snap install ffmpeg
  5. It will take some time to complete the installation. You can use the 'ffmpeg' command to get the details about the installation:

 
Newer Threads
Recommended Threads
Replies
15
Views
4,838
Replies
4
Views
2,778
Replies
0
Views
1,263
Replies
8
Views
5,604
m19

Latest Hosting OffersNew Reviews

Sponsors

Tag Cloud

You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.

Top