Installation and Feature Checks
General FFmpeg Usage
Installation and Feature Checks
On Debian or Ubuntu, install the standard FFmpeg package provided by the distribution:
sudo apt update
sudo apt install ffmpegDisplay the version and build configuration:
ffmpeg -version
ffmpeg -buildconfDisplay the capabilities supported by the current build:
ffmpeg -formats
ffmpeg -codecs
ffmpeg -encoders
ffmpeg -decoders
ffmpeg -filters
ffmpeg -protocols
ffmpeg -hwaccelsBuild options differ between distributions. Before using libx264, libx265, SRT, or a particular network protocol, confirm that the current FFmpeg build includes the corresponding encoder or external library.
Standard FFmpeg packages supplied by distributions normally do not include the
rkmppcodecs andrkrgafilters described below. Rockchip hardware acceleration requires a suitableffmpeg-rockchipbuild.

