Advertisement
metalx1000

merge multiple audio tracks with ffmpeg

Jan 20th, 2017
655
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.14 KB | None | 0 0
  1. ffmpeg -i 3_Kicker.wav -i 4_hihatclosedogg.wav -i 5_clapogg.wav -filter_complex amix=inputs=3:duration=first:dropout_transition=3 output.mp3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement