Created
December 14, 2018 11:30
-
-
Save paulhayes/1adb98a36400a61dd1f430b8a529cc75 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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