-
-
Save Bioblaze/6eef3bde81ec59de8d0cdd89fe8cc648 to your computer and use it in GitHub Desktop.
Generate a silent AAC audio with ffmpeg
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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