Skip to content

Instantly share code, notes, and snippets.

@nulltask
Created March 3, 2015 13:11
Show Gist options
  • Select an option

  • Save nulltask/9bb0441b89776e63be57 to your computer and use it in GitHub Desktop.

Select an option

Save nulltask/9bb0441b89776e63be57 to your computer and use it in GitHub Desktop.
cat in.wav | ffmpeg -i pipe:0 -c:a libfdk_aac -profile:a aac_he_v2 -ab 32k -f mp4 -movflags frag_keyframe+empty_moov pipe:1 > out_aac_he_v2_32.m4a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment