Created
October 18, 2017 22:32
-
-
Save williamfields/f1a6655e4c0f77895ed800c045f7529b to your computer and use it in GitHub Desktop.
ffmpeg command to crop 1080p video to 1080x1080 square
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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