Skip to content

Instantly share code, notes, and snippets.

@utylee
Created March 7, 2020 14:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save utylee/05d2249e35a22be906f52abb9a08086d to your computer and use it in GitHub Desktop.
Save utylee/05d2249e35a22be906f52abb9a08086d to your computer and use it in GitHub Desktop.
for i in ./**/*flac;do ffmpeg -i "${i}" -vn -c:a alac "${i}.m4a";done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment