Skip to content

Instantly share code, notes, and snippets.

@isqad
Created September 4, 2024 07:44
Show Gist options
  • Save isqad/dcd38ead6060eb51754daa15ad92012a to your computer and use it in GitHub Desktop.
Save isqad/dcd38ead6060eb51754daa15ad92012a to your computer and use it in GitHub Desktop.
Mixing two audiostreams via ffmpeg

ffmpeg.exe -i '.\How to colour and blend Stylized Grass in UE4 [Read Description for updates!].mkv' -i .\6fed14c6159a41b29e31a811a871e495.mp3 -filter_complex "[0:a]volume=0.1[A];[1:a]volume=1.0[B];[A][B]amerge=inputs=2[c]" -map 0:v -map "[c]" -c:v copy -ac 2 Test.mkv

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment