Skip to content

Instantly share code, notes, and snippets.

@damky
damky / README.md
Last active November 14, 2021 19:34 — forked from jdennes/README.md
Convert a directory of .m4a files to .mp3 files
  • You need ffmpeg installed. If you have Homebrew installed on a Mac, you can do this by running:

    brew install ffmpeg
    
  • Put process.sh in directory containing .m4a files.

  • Ensure it's executable: