-
-
Save morfikov/c14436f41e3371b784ae6a79473cc56e 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