Skip to content

Instantly share code, notes, and snippets.

@dcramps
Created March 27, 2019 07:48
Show Gist options
  • Select an option

  • Save dcramps/d25c8d3fa8f24141d9a546ac22e32484 to your computer and use it in GitHub Desktop.

Select an option

Save dcramps/d25c8d3fa8f24141d9a546ac22e32484 to your computer and use it in GitHub Desktop.
merge two audio tracks with ffmpeg
ffmpeg -i 'input.mp4' -filter_complex '[0:a:0][0:a:1]amerge=inputs=2[a]' -map '0:v:0' -map '[a]' -c:v copy -ac 2 'output.mp4'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment