Created
July 12, 2020 11:54
-
-
Save ernstvanzyl/82a7ae2f6c81c2c482c56b15b3663b7f to your computer and use it in GitHub Desktop.
Combine microphone and game audio channels. Reduce game volume to 30%
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 "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