Skip to content

Instantly share code, notes, and snippets.

@ernstvanzyl
Created July 12, 2020 11:54
Show Gist options
  • Select an option

  • Save ernstvanzyl/82a7ae2f6c81c2c482c56b15b3663b7f to your computer and use it in GitHub Desktop.

Select an option

Save ernstvanzyl/82a7ae2f6c81c2c482c56b15b3663b7f to your computer and use it in GitHub Desktop.
Combine microphone and game audio channels. Reduce game volume to 30%
ffmpeg -i "C:\Ernst\Videos\Elder Scrolls Online\Elder Scrolls Online 2020.07.12 - 12.22.52.01.mp4" -filter_complex "[0:a:0]volume=0.3[l];[0:a:1][l]amerge=inputs=2[a]" -map "0:v:0" -map "[a]" -b:v 8M -c:v h264_nvenc "output.mp4"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment