Skip to content

Instantly share code, notes, and snippets.

@nasser
Created October 30, 2016 20:13
Show Gist options
  • Save nasser/5fd53b249f33efe50ba9b181e96fc4bd to your computer and use it in GitHub Desktop.
Save nasser/5fd53b249f33efe50ba9b181e96fc4bd to your computer and use it in GitHub Desktop.
Twitter Video Conversion
#!/bin/sh
# tested with movs recorded using quicktime player
ffmpeg -i "$1" -r 30 -c:v libx264 -b:v 1M -vf scale=640:-2 -preset veryslow "$1".mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment