Created
December 24, 2021 16:43
-
-
Save franckweb/edbe53015b494c10c219480fcce06f55 to your computer and use it in GitHub Desktop.
Install audacity and ffmpeg on ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# 2. install ffmpeg on Ubuntu 18.04 | |
# https://linuxize.com/post/how-to-install-ffmpeg-on-ubuntu-18-04/ | |
# | |
sudo apt update | |
sudo apt install ffmpeg | |
ffmpeg -version | |
# | |
# 1. install audacity on Ubuntu | |
# https://www.audacityteam.org/download/linux/ | |
# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment