Skip to content

Instantly share code, notes, and snippets.

@Nitrodist
Last active August 29, 2015 14:02
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 Nitrodist/cadcf4c6949d903dc6b7 to your computer and use it in GitHub Desktop.
Save Nitrodist/cadcf4c6949d903dc6b7 to your computer and use it in GitHub Desktop.
# https://d13csqd2kn0ewr.cloudfront.net/uploads/image/file/56175/w640xh480_dickerson.gif
# cribbed from mediacrush
ffmpeg -y -i w640xh480_dickerson.gif -vcodec libx264 -an -pix_fmt yuv420p -profile:v baseline -preset slower -crf 18 -vf 'scale=trunc(in_w/2)*2:trunc(in_h/2)*2' -map 0:v:0 dickerson.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment