
Verify the installation by running the ffmpeg -version command which will print the FFmpeg version. sudo apt install -y ffmpeg Verify FFmpeg Installation Install the FFmpeg by running the following command. The base Ubuntu/Linux Mint repository has FFmpeg packages, and that can be installed using the apt package management tool. Once you have added PPA to your system, install the FFmpeg package using the below command sudo apt install -y ffmpeg Install FFmpeg v3.x / v2.x sudo add-apt-repository ppa:jonathonf/ffmpeg-4įix: add-apt-repository command not found. If you want to install the latest version of FFmpeg (v4.x), you will need to use the jonathonf/ffmpeg-4 PPA.Īdd the PPA to your system. The version included in the Ubuntu repositories always lags behind the release of. This post explains to you how to install FFmpeg on Ubuntu 18.04 / Ubuntu 16.04 & Linux Mint 19 and use it. Also, it can capture and encode in real-time from hardware such as the TV capture card. With FFmpeg, you can convert various video and audio formats. It is a suite, contains a set of shared libraries such as libswresample, libavcodec, libavformat, and libavutil and programs for handling video, audio, and other multimedia files and streams. FFmpeg is an open source software (also a command line tool) for transcoding multimedia files. To build ffmpeg with Nvidia-Cuda support use following command: configure -enable-gpl -enable-libx264 -enable-libx265 -enable-nonfree -enable-libvmaf -enable-version3Įxport LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib Unzip VMAF SDK zip and install libvmaf with following commands:īuild and install ffmpeg with libvamf using following commands: Install Meson and Ninja using following commands:


VMAF Development Kit (VDK) is a software package that contains the VMAF algorithm implementation, as well as a set of tools that allows a user to train and test a custom VMAF model. VMAF is a perceptual video quality assessment algorithm developed by Netflix.

Build & Install FFmpeg with libvmaf on Ubuntu 20.04įFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created.
