Skip to content

Instantly share code, notes, and snippets.

@robballou
Last active March 21, 2017 19:31
Show Gist options
  • Save robballou/9f7e30def83f74abd4936e0b91700048 to your computer and use it in GitHub Desktop.
Save robballou/9f7e30def83f74abd4936e0b91700048 to your computer and use it in GitHub Desktop.
Various commands for ffmpeg

Various ffmpeg commands:

  • Audio rate: limit audio rate to 44100: ffmpeg -i INPUT -ar 44100 OUTPUT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment