《问》How to Install and Use FFmpeg on Ubuntu 20.04

《问》

How to Install and Use FFmpeg on Ubuntu 20.04


install

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

Popular posts from this blog

英语口语

Ruby语言经典代码讲座:单态类(Singleton Class)