Created
October 16, 2017 19:03
-
-
Save ocdude/14b5f16406fe84f0ec50106020c6db3e to your computer and use it in GitHub Desktop.
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 sine=frequency=1000:duration=5 -f lavfi -i sine=frequency=1000:duration=5 -filter_complex "[0:a][1:a]amerge=inputs=2[aout]" -map "[aout]" output.wav |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment