Skip to content

Instantly share code, notes, and snippets.

@DanisHack
Forked from daz/generate-silence.sh
Created May 27, 2020 16:13
Show Gist options
  • Save DanisHack/de94744b1ba09ea6b2e5be590ce081a7 to your computer and use it in GitHub Desktop.
Save DanisHack/de94744b1ba09ea6b2e5be590ce081a7 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