Skip to content

Instantly share code, notes, and snippets.

@deviousway
Last active November 8, 2017 11:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deviousway/010d04e29a432a0d76f983e0ed52d121 to your computer and use it in GitHub Desktop.
Save deviousway/010d04e29a432a0d76f983e0ed52d121 to your computer and use it in GitHub Desktop.
ffmpeg swap audio channel in video
ffmpeg -i $input -map_channel 0.1.1 -strict -2 $output
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment