Skip to content

Instantly share code, notes, and snippets.

@bespr
Created October 11, 2021 12:18
Show Gist options
  • Save bespr/5fc2dfcfdf7a38cc2d0c6434161a6d96 to your computer and use it in GitHub Desktop.
Save bespr/5fc2dfcfdf7a38cc2d0c6434161a6d96 to your computer and use it in GitHub Desktop.
// Crop Images (cut from bottom)
convert -resize 1440x810^ -gravity North -extent 1440x810 orig/*.jpg -set filename:base "%[basename]" "testi-16x9-%[filename:base].jpg"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment