arch linux ffmpeg install (#93)

This commit is contained in:
Ashutosh Tripathi 2022-09-26 15:54:47 +05:30 committed by GitHub
parent 9e7e418ff1
commit 5485428c81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,6 +27,9 @@ It also requires the command-line tool [`ffmpeg`](https://ffmpeg.org/) to be ins
# on Ubuntu or Debian
sudo apt update && sudo apt install ffmpeg
# on Arch Linux
sudo pacman -S ffmpeg
# on MacOS using Homebrew (https://brew.sh/)
brew install ffmpeg