Created
August 21, 2020 18:38
-
-
Save gillesdemey/da36af0b4275009bf1b4a60fb955ffc6 to your computer and use it in GitHub Desktop.
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
# also copies over metadata like album art | |
for i in *.flac; do echo $i; ffmpeg -i "$i" -y -v 0 -vcodec copy -acodec alac "${i%.flac}".m4a && rm -f "$i"; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment