Skip to content

Instantly share code, notes, and snippets.

@morfikov
Forked from daz/generate-silence.sh
Created December 8, 2021 22:45
Show Gist options
  • Save morfikov/c14436f41e3371b784ae6a79473cc56e to your computer and use it in GitHub Desktop.
Save morfikov/c14436f41e3371b784ae6a79473cc56e 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