Created
January 26, 2023 10:10
-
-
Save ScribbleGhost/84360ea60385c9678042cb3fe559e2ba to your computer and use it in GitHub Desktop.
Downmix two stereo tracks in the video to one audio file
This file contains 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 %input% -vn -filter_complex amix=inputs=2:duration=longest -ac 2 -c:a libfdk_aac -cutoff 20000 -afterburner 1 -vbr 0 output.m4a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment