Skip to content

Instantly share code, notes, and snippets.

@bleeckerj
Created August 3, 2022 22:38
Show Gist options
  • Save bleeckerj/8310589c8365089f2ad6bc78382c9653 to your computer and use it in GitHub Desktop.
Save bleeckerj/8310589c8365089f2ad6bc78382c9653 to your computer and use it in GitHub Desktop.
ffmpeg -i 220803_002_0001.WAV -filter_complex 'channelsplit=channel_layout=4.0[C1][D2][C3][C4]' -map '[C1]' 1.wav -map '[D2]' 2.wav -map '[C3]' 3.wav -map '[C4]' 4.wav
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment