From dae416b0a6b33110de5634502074a3ecce76c2bb Mon Sep 17 00:00:00 2001 From: tomit4 Date: Sun, 12 Dec 2021 15:00:21 -0800 Subject: [PATCH] updated notes on how to convert opus files to mp3s using ffmpeg --- linux_notes.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/linux_notes.txt b/linux_notes.txt index f85cddcd..ba656e75 100644 --- a/linux_notes.txt +++ b/linux_notes.txt @@ -166,6 +166,10 @@ youtube-dl -F And then choose one youtube-dl -f +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: