Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ScribbleGhost/84360ea60385c9678042cb3fe559e2ba to your computer and use it in GitHub Desktop.
Save ScribbleGhost/84360ea60385c9678042cb3fe559e2ba to your computer and use it in GitHub Desktop.
Downmix two stereo tracks in the video to one audio file
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