Skip to content

Instantly share code, notes, and snippets.

@eneim
Created May 26, 2019 12:15
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 eneim/bb236addc2a444141ab8f31fb6de08d1 to your computer and use it in GitHub Desktop.
Save eneim/bb236addc2a444141ab8f31fb6de08d1 to your computer and use it in GitHub Desktop.
ffmpeg script to encode video for Twitter
ffmpeg -i 'input' -vf scale=720:-1 -c:v libx264 -crf 18 -preset veryslow -c:a copy 'output'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment