updated notes on how to convert opus files to mp3s using ffmpeg

This commit is contained in:
tomit4 2021-12-12 15:00:21 -08:00
parent 52842e1a64
commit dae416b0a6

View file

@ -166,6 +166,10 @@ youtube-dl -F <youtube url>
And then choose one
youtube-dl -f <choice> <youtube url>
To convert opus files to mp3, use ffmpeg:
ffmpeg -i filename.opus -ab 320k newfilename.mp3
To display all directories EXCEPT for one directory:
tree -I ignored_directory_name
Example: