Skip to content

Instantly share code, notes, and snippets.

@motoishmz
Created February 19, 2014 18:10
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 motoishmz/9097853 to your computer and use it in GitHub Desktop.
Save motoishmz/9097853 to your computer and use it in GitHub Desktop.
cmd << " -acodec pcm_s16le -f s16le -ar " << sampleRate << " -ac " << audioChannels << " -i " << audioPipePath;
// !!!:
cmd << " -acodec aac -strict -2 -f mp4 -ar 44100 -vtag mp4v " << sampleRate << " -ac " << audioChannels << " -i " << audioPipePath;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment