


To build FFmpeg, obtain the source code from the FFmpeg project. It is recommended to use a shared build, but Audacity will also work with a static build. A static build consists of a single libavformat library, whereas a shared build has at least three libraries (libavformat, libavcodec and libavutil). If you download a pre-built library, this might be either a "shared" or "static" build. You may download (or compile) and install a compatible version of the FFmpeg or libav library for your purposes then locate it in Libraries Preferences. In this case, no additional installation is required, Here is the list of the FFmpeg basic command options used with FFmpeg command-line tool.Some distributions (including Ubuntu), include FFmpeg by default when Audacity is installed from the official distribution repository. sudo apt-get updateĪfter successfully install FFmpeg, let’s check the version installed on the system. This will also install many packages for the dependencies. Step 2 – Install FFmpeg on UbuntuĪfter enabling the PPA, Lets exec below commands to install ffmpeg on Ubuntu system. This PPA contains packages for Ubuntu 18.04 (Bionic) and 16.04 LTS (Xenial) only. sudo add-apt-repository ppa:jonathonf/ffmpeg-4 Execute below command to add FFmpeg PPA on Ubuntu system. To install the latest version, you need to configure PPA on your system. Step 1 – Setup FFmpeg PPAįFmpeg 4 is the latest available version for installation on Ubuntu. This tutorial will help you to install FFmpeg on Ubuntu 18.04 LTS & 16.04 LTS systems with easy steps.
