Skip to content

Instantly share code, notes, and snippets.

@Bioblaze
Forked from daz/generate-silence.sh
Created June 26, 2020 05:25
Show Gist options
  • Save Bioblaze/6eef3bde81ec59de8d0cdd89fe8cc648 to your computer and use it in GitHub Desktop.
Save Bioblaze/6eef3bde81ec59de8d0cdd89fe8cc648 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