Skip to content

Instantly share code, notes, and snippets.

@daz
Created October 23, 2017 07:25
  • Star 23 You must be signed in to star a gist
  • Fork 5 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save daz/30862fdd0fef80c1bbed37204c9d8a14 to your computer and use it in GitHub Desktop.
Generate a silent AAC audio with ffmpeg
ffmpeg -f lavfi -i anullsrc=r=11025:cl=mono -t <number of seconds> -acodec aac out.m4a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment