Skip to content

Instantly share code, notes, and snippets.

@bjou
Created January 30, 2013 22:08
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 bjou/4677619 to your computer and use it in GitHub Desktop.
Save bjou/4677619 to your computer and use it in GitHub Desktop.
Convert to headerless PCM audio with 16kHz, 16bits, little-endian, mono
ffmpeg -i "$inFile" -vn -acodec pcm_s16le -ar 16000 -ac 1 -f s16le -y "$rawFile"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment