Skip to content

Instantly share code, notes, and snippets.

@nasser
nasser / twitter-video.sh
Created October 30, 2016 20:13
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