Created
November 1, 2020 14:38
-
-
Save biojazzard/924396f887aed0ab22fca60524f62265 to your computer and use it in GitHub Desktop.
FLAC to mp3 all in current folder
This file contains 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
parallel ffmpeg -i {} -qscale:a 0 {.}.mp3 ::: ./*.flac |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment