Skip to content

Instantly share code, notes, and snippets.

@geetotes
Created August 22, 2018 19:55
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 geetotes/063f82950c216ecdad6304596dc84c0e to your computer and use it in GitHub Desktop.
Save geetotes/063f82950c216ecdad6304596dc84c0e to your computer and use it in GitHub Desktop.
Encode export.mp4 with aac audio for upload to twitter
#!/bin/bash
ffmpeg -i export.mp4 -c:v libx264 -crf 22 -preset:v veryfast -ac 2 -c:a aac -vbr 3 output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment