我是靠谱客的博主 务实棒球,这篇文章主要介绍linux_ask_00-How to install ffmpeg in Ubuntu 20.04?QuestionAnswer,现在分享给大家,希望可以做个参考。

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)

最后

以上就是务实棒球最近收集整理的关于linux_ask_00-How to install ffmpeg in Ubuntu 20.04?QuestionAnswer的全部内容,更多相关linux_ask_00-How内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(83)

评论列表共有 0 条评论

立即
投稿
返回
顶部