added notes about converting m4a to mp3
This commit is contained in:
parent
8b893a6264
commit
c76bf2e750
1 changed files with 4 additions and 0 deletions
|
|
@ -174,6 +174,10 @@ To convert opus files to mp3, use ffmpeg:
|
||||||
|
|
||||||
ffmpeg -i filename.opus -ab 320k newfilename.mp3
|
ffmpeg -i filename.opus -ab 320k newfilename.mp3
|
||||||
|
|
||||||
|
To convert m4a files to mp3, use ffmpeg:
|
||||||
|
|
||||||
|
ffmpeg -i input.m4a -c:v copy -c:a libmp3lame -q:a 4 output.mp3
|
||||||
|
|
||||||
To display all directories EXCEPT for one directory:
|
To display all directories EXCEPT for one directory:
|
||||||
tree -I ignored_directory_name
|
tree -I ignored_directory_name
|
||||||
Example:
|
Example:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue