Skip to content

Instantly share code, notes, and snippets.

@jgaydos
Created February 14, 2019 01:15
Show Gist options
  • Save jgaydos/bf3c37afcec008bb52d0080e9784b5c7 to your computer and use it in GitHub Desktop.
Save jgaydos/bf3c37afcec008bb52d0080e9784b5c7 to your computer and use it in GitHub Desktop.
FFmpeg: Convert and
#!/bin/bash
ffmpeg -i in.mkv -map 0:0 -map 0:3 out.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment