Skip to content

Instantly share code, notes, and snippets.

@vferries
Last active March 22, 2016 14:41
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 vferries/4782711afec68e9897dc to your computer and use it in GitHub Desktop.
Save vferries/4782711afec68e9897dc to your computer and use it in GitHub Desktop.
Some image manipulation tricks

Resize to a maximal size keeping aspect ratio

mogrify -resize 2000x1500 *.jpg

Video from time lapse pictures

ffmpeg -r 25 -pattern_type glob -i '*.jpg' -c:v mjpeg -q:v 2 output.avi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment