Skip to content

Instantly share code, notes, and snippets.

@paulhayes
Created December 14, 2018 11:30
Show Gist options
  • Save paulhayes/1adb98a36400a61dd1f430b8a529cc75 to your computer and use it in GitHub Desktop.
Save paulhayes/1adb98a36400a61dd1f430b8a529cc75 to your computer and use it in GitHub Desktop.
brew install ffmpeg
find . -name "*.mp4" -exec ffmpeg -i {} -ar 44000 -acodec pcm_s16le {}.wav \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment