Last active
January 28, 2020 08:25
-
-
Save jxu/545954056b3a372443da44837756d8ec to your computer and use it in GitHub Desktop.
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
# audo quality 0-9 https://trac.ffmpeg.org/wiki/Encode/MP3 | |
for f in *.flac; do ffmpeg -i "$f" -c:a libmp3lame -q:a 2 "${f/%flac/mp3}"; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment