Created
October 19, 2018 08:19
-
-
Save mishazawa/10bae6aa6c112b8d1722d4ca1cdf438d to your computer and use it in GitHub Desktop.
alac -> flac
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
for f in *.m4a; do ffmpeg -i "$f" "${f%.m4a}.flac"; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment