linux_ask_00-How to install ffmpeg in Ubuntu 20.04?

ID = linux_ask_00

文章目录

  • Question
  • Answer
    • Step1: Check status
    • Step2: Install
    • Step3: Check result

Question

How to install ffmpeg in Ubuntu 20.04?

Answer

Got the answer from the information provided Ubuntu.
Key point is to use $ ffmpeg -version
Follow the following precedure to make it.

Step1: Check status

$ ffmpeg -version   
Command 'ffmpeg' not found, but can be installed with:   
sudo apt install ffmpeg

Step2: Install

$ sudo apt install ffmpeg

Step3: Check result

$ ffmpeg -version   
ffmpeg version 4.2.2-1ubuntu1 Copyright (c) 2000-2019 the FFmpeg developers   
built with gcc 9 (Ubuntu 9.3.0-3ubuntu1)

你可能感兴趣的:(Use,Linux)