Skip to content

Instantly share code, notes, and snippets.

View megasyntax's full-sized avatar
🎯
Focusing

megasyntax

🎯
Focusing
View GitHub Profile
@jdennes
jdennes / README.md
Last active May 16, 2024 16:24
Convert a directory of .ogg 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 .ogg files.

  • Ensure it's executable: