Skip to content

Instantly share code, notes, and snippets.

@alexismp
Last active April 16, 2020 21:38
Show Gist options
  • Save alexismp/f2d50326e0281440e20b35fc567c43ce to your computer and use it in GitHub Desktop.
Save alexismp/f2d50326e0281440e20b35fc567c43ce to your computer and use it in GitHub Desktop.
ffmpeg combine two videos and audio into one
ffmpeg -i solo.mkv -i accompagnement-trimmed.mkv -filter_complex "[0:v][1:v]hstack=inputs=2[v]; [0:a][1:a]amerge[a]" -map "[v]" -map "[a]" -ac 2 valse-melanco.mkv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment