updated notes on how to convert opus files to mp3s using ffmpeg
This commit is contained in:
parent
52842e1a64
commit
dae416b0a6
1 changed files with 4 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue