Skip to content

Instantly share code, notes, and snippets.

@chrismetcalf
Created August 13, 2011 22:41
Show Gist options
  • Save chrismetcalf/1144325 to your computer and use it in GitHub Desktop.
Save chrismetcalf/1144325 to your computer and use it in GitHub Desktop.
Scale and crop a bunch of time lapse photos at the sametime
parallel convert -scale 1920x -crop 1920x1080+0+210 {} Cropped_and_Resized/{/} ::: In_Sequence/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment