Skip to content

Instantly share code, notes, and snippets.

@williamfields
Created October 18, 2017 22:32
Show Gist options
  • Save williamfields/f1a6655e4c0f77895ed800c045f7529b to your computer and use it in GitHub Desktop.
Save williamfields/f1a6655e4c0f77895ed800c045f7529b to your computer and use it in GitHub Desktop.
ffmpeg command to crop 1080p video to 1080x1080 square
ffmpeg -i input.mov -vf "crop=1080:1080:420:0" output.mov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment