Skip to content

Instantly share code, notes, and snippets.

@mishazawa
Created October 19, 2018 08:19
Show Gist options
  • Save mishazawa/10bae6aa6c112b8d1722d4ca1cdf438d to your computer and use it in GitHub Desktop.
Save mishazawa/10bae6aa6c112b8d1722d4ca1cdf438d to your computer and use it in GitHub Desktop.
alac -> flac
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