Skip to content

Instantly share code, notes, and snippets.

@jsundram
Created March 28, 2020 19:26
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 jsundram/3289e32aa1cfc3488b162d15a05cf837 to your computer and use it in GitHub Desktop.
Save jsundram/3289e32aa1cfc3488b162d15a05cf837 to your computer and use it in GitHub Desktop.
Convert a folder full of .wav files to .flac
find *.wav -exec ffmpeg -i '{}' '{}.flac' \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment