《问》How to Install and Use FFmpeg on Ubuntu 20.04
《问》
How to Install and Use FFmpeg on Ubuntu 20.04install
sudo apt update
sudo apt install ffmpeg
check
ffmpeg -version
>> ffmpeg version 4.2.2-1ubuntu1 Copyright (c) 2000-2019 the FFmpeg developers
help
ffmpeg -encoders
ffmpeg -decoders
Comments