Skip to content

Instantly share code, notes, and snippets.

@ocdude
Created October 16, 2017 19:03
Show Gist options
  • Save ocdude/14b5f16406fe84f0ec50106020c6db3e to your computer and use it in GitHub Desktop.
Save ocdude/14b5f16406fe84f0ec50106020c6db3e to your computer and use it in GitHub Desktop.
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