Skip to content

Instantly share code, notes, and snippets.

@bonkydog
Created January 15, 2018 20:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bonkydog/fcd4aed05d9b2345310235ae22b36376 to your computer and use it in GitHub Desktop.
Save bonkydog/fcd4aed05d9b2345310235ae22b36376 to your computer and use it in GitHub Desktop.
Generate 10 second silent mp3
# -t is length in seconds.
ffmpeg -f lavfi -i anullsrc=r=44100:cl=mono -t 10 -q:a 9 -acodec libmp3lame ten-seconds-of-silence.mp3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment