Created
March 27, 2019 07:48
-
-
Save dcramps/d25c8d3fa8f24141d9a546ac22e32484 to your computer and use it in GitHub Desktop.
merge two audio tracks 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 -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