Skip to content

Instantly share code, notes, and snippets.

@qguv
Last active March 17, 2025 14:19
Show Gist options
  • Save qguv/9e0f3930060407535696c8a31eac1152 to your computer and use it in GitHub Desktop.
Save qguv/9e0f3930060407535696c8a31eac1152 to your computer and use it in GitHub Desktop.
Extract stereo audio from multi-channel 4i4 patched screen recording (3/4 out to 3/4 in)
ffmpeg -i in.mov -c:v copy -af 'pan=2c|c0=c4|c1=c5' out.mov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment